Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

finding random shapes #31

Open
arielc-brillianetor opened this issue Aug 23, 2022 · 1 comment
Open

finding random shapes #31

arielc-brillianetor opened this issue Aug 23, 2022 · 1 comment

Comments

@arielc-brillianetor
Copy link

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!

@kwigulaker
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants