pyRANSAC-3D icon indicating copy to clipboard operation
pyRANSAC-3D copied to clipboard

finding random shapes

Open arielc-brillianetor opened this issue 2 years ago • 1 comments

Hi, is there any way to load a point cloud file, and find the different shapes hiding in it without prior knowledge? If I don't know what the shape is ahead of time, is there any way to use the algorithm? Thanks a lot for you help!

arielc-brillianetor avatar Aug 23 '22 08:08 arielc-brillianetor

Perhaps clone the project locally, merge together the different shapes so each iteration of RANSAC fits a both plane, cube, etc.. to the pointcloud, then each time save the shape with highest amount of inliers. Then remove the inliers from the set post each RANSAC run.

kwigulaker avatar Feb 24 '23 15:02 kwigulaker