You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: