Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to keep the order of input points in Efficient RANSAC?

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to keep the order of input points in Efficient RANSAC?


Chronological Thread 
  • From: Lin M <>
  • To:
  • Subject: [cgal-discuss] How to keep the order of input points in Efficient RANSAC?
  • Date: Fri, 28 Dec 2018 23:17:33 +0800
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:jy9AdBetc2SeFTutrYNzEkihlGMj4u6mDksu8pMizoh2WeGdxcu6ZB7h7PlgxGXEQZ/co6odzbaO4+a4ASQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTahYr5+Ngm6oRnMvcQKnIVuLbo8xAHUqXVSYeRWwm1oJVOXnxni48q74YBu/SdNtf8/7sBMSar1cbg2QrxeFzQmLns65Nb3uhnZTAuA/WUTX2MLmRdVGQfF7RX6XpDssivms+d2xSeXMdHqQb0yRD+v6bpgRh31hycdLzM2/2HZhMJzgqxGvhyuuwdyzJTIbIyPLvdyYr/RcNEcSGFcXshRTStBAoakYoUJDuoBO/tToY7grFYJqBuxHwusC//tyjBUnXL20qg63P4gEQHCxgAvA9UOsHHNodjzKawcX+e1zKzSwjXCafNbwSvy6IfSfRAlu/2MWqhwccXXxEIyFA3Flk2dpZL5Mz6RzOgAsGiW4/B9We+uimMrsRx9rzqhy8oql4LHnJgaykre+iV82Is1JcO3SEp8YdO8FZtfrSCaN49vTsMjX2FkpT82yrMbtZO5ciUG0psnxxnYa/yId4iH/AjvW/qWITd9nH5lebS/iAiu8UW41OHwSs253ExJoydFiNXAq3EA2h3J5sSaSPZw8F+t2TOV2ADS7uFEL1o0la3eK5M5x74/jJgTvljBHiDqg0j2g6qWeV8l+uis8ejofrLmppqEO49ulg7+KrgumtC4AekgLgcOUHKU+eCl2LL+/E35W6lFjuAtkqnCq53aPsQapquhAwBPyIoj6hC/Dy2n0NsCh3UHIkhFK1q7iN3iNFjKZfz5FvyimE+EkTFxxvmAMKeyLI/KKy3nkbGpWP4p7kdewwg45d9a7pNQTLoGJaSgCQfKqNXEA0phYESPyOH9BYAlj9JMaSe0GqacdZjqnxqN7+MrLfOLYdZM6jn4IvkhofXpiC1gwANPTeySxZISLUuAMLF+OUzAOCjjh94AFSEBuQ9sFLW32m3HaiZaYjOJZ4x55jw/D9j4X4LKR4TogaDYmSniQcYQaWdBBVSBV3zvctfcVg==

Hi guys,

I'm new to CGAL, I follow the example to run a RANSAC on samples of a mesh (https://doc.cgal.org/latest/Point_set_shape_detection_3/Point_set_shape_detection_3_2efficient_RANSAC_point_access_8cpp-example.html), but I found the order of input points changed after that. Is there a way to keep the order of input points or like add an extra index property map to the points?

Thanks!

Best,
Lin



Archive powered by MHonArc 2.6.18.

Top of Page