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

can this measuring the difference between two meshes #1

Open
hs5530hs opened this issue Sep 14, 2018 · 1 comment
Open

can this measuring the difference between two meshes #1

hs5530hs opened this issue Sep 14, 2018 · 1 comment

Comments

@hs5530hs
Copy link

Hello, I notice that there is a similar function in MeshLab, just open MeshLab and then navigate to Filters->Sampling->Hausdorff Distance. I want to know if we can measuring the difference between two meshes just as MeshLab does and if it does, does the result is the same. Thanks a lot.

@awulkiew
Copy link

Boost.Geometry does not have Mesh concept. But if you wrote iterator traversing the points of the Mesh and based on this implemented your MultiPoint ten it should work. An alternative would be to write your own algorithm using Boost.Geometry rtree.

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