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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: