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

Is there a way to find closest points on mesh surface to points in a cloud #1195

Closed
grosskc opened this issue Sep 20, 2019 · 4 comments
Closed
Assignees
Labels

Comments

@grosskc
Copy link

grosskc commented Sep 20, 2019

Dear Open3D users.

I am looking to use Open3D to precisely fit a measured point cloud to an accurate CAD model. I am successful in achieving this by generating a point cloud representation of the CAD model via sampling. To achieve the desired accuracy, I must highly sample the CAD model.

It seems a more efficient approach could be achieved by iteratively fitting my measured point cloud to the nearest points on the mesh. Is this currently possible in Open3D?

The great Python package trimesh has this capability -- see Trimesh Proximity functions -- nicely integrated into their ICP implementation for fitting points to a mesh, but it is too slow for my application.

Thanks in advance for any information!

@syncle
Copy link
Contributor

syncle commented Feb 27, 2020

Thanks for the suggestion. Unfortunately, given basic Open3D's functions, the suggested way (sampling from mesh) is a viable solution for now. It would be great if you can contribute!

@vijaysamula
Copy link

Hi grosskc,
I am having the same problem when comparing the CAD with point cloud model. Can I know the approach?

@germanros1987
Copy link
Contributor

@griegler do you think this is something you could help with?

@griegler
Copy link
Contributor

griegler commented Aug 7, 2020

Duplicate of #2062

@griegler griegler marked this as a duplicate of #2062 Aug 7, 2020
@griegler griegler closed this as completed Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants