Modified Hausdorff Distance

This function computes the Modified Hausdorff Distance (MHD) as per Dubuisson et al.

現在この提出コンテンツをフォロー中です。

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 (2026). Modified Hausdorff Distance (https://jp.mathworks.com/matlabcentral/fileexchange/29968-modified-hausdorff-distance), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: Hausdorff Distance, Hausdorff Distance

カテゴリ

Help Center および MATLAB AnswersNumerical Integration and Differentiation についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
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