-
Notifications
You must be signed in to change notification settings - Fork 10
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
Wish: 95% Hausdorff distance in vcgMetro() #37
Comments
Hi,
|
Right, these are the classical HD metrics. Some people argue that the 95% HD is also relevant. It is basically the HD for the best-matching part of the structures ("Partial HD" called by Huttenlocher 1993: https://people.eecs.berkeley.edu/~malik/cs294/Huttenlocher93.pdf), ignoring 5% of the vertices with the longest distance. My C++ is weak, but calculating it in Rvcg/src/vcglib/apps/metro/sampling.h Line 254 in b0d5bb6
The 95% HD would be the 0.95 quantile of the stored |
Hi, |
This only applies for cases without sampling. Lines 251 to 255 in 2468255
|
Again, thanks for developing
Rvcg
! WhilevcgMetro()
provides relevant distance-based similarity metrics, I think that the 95% Hausdorff distance is currently not returned. As this metric is increasingly used, would it be possible to return it as well in theForwardSampling
andBackwardSampling
components ofvcgMetro()
?Thanks in advance for considering!
The text was updated successfully, but these errors were encountered: