Modified Hausdorff Distance

版本 1.1.0.0 (1.9 KB) 作者: Sasikanth
This function computes the Modified Hausdorff Distance (MHD) as per Dubuisson et al.
4.1K 次下载
更新时间 2011/1/10

查看许可证

This function computes the Modified Hausdorff Distance (MHD) which is
proven to function better than the directed HD as per Dubuisson et al.
in the following work:

M. P. Dubuisson and A. K. Jain. A Modified Hausdorff distance for object
matching. In ICPR94, pages A:566-568, Jerusalem, Israel, 1994.
http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=576361

The function computed the forward and reverse distances and outputs the
minimum of both.

Format for calling function:

MHD = ModHausdorffDist(A,B);

where
MHD = Modified Hausdorff Distance.
A -> Point set 1
B -> Point set 2

No. of samples of each point set may be different but the dimension of
the points must be the same.

引用格式

Sasikanth (2024). Modified Hausdorff Distance (https://www.mathworks.com/matlabcentral/fileexchange/29968-modified-hausdorff-distance), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Numerical Integration and Differentiation 的更多信息
致谢

参考作品: Hausdorff Distance, Hausdorff Distance

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Elementary Correction => 'min' of the last line in the code changed to 'max' as per the paper mentioned in the description.

1.0.0.0