*MEX* Modified Hausdorff Distance for 2D Point Sets

버전 1.1.0.0 (2.02 KB) 작성자: Sasikanth
This function quickly computes the Modified Hausdorff Distance (MHD) for 2D point sets.
다운로드 수: 1.1K
업데이트 날짜: 2011/1/20

라이선스 보기

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 (2).

인용 양식

Sasikanth (2025). *MEX* Modified Hausdorff Distance for 2D Point Sets (https://kr.mathworks.com/matlabcentral/fileexchange/30108-mex-modified-hausdorff-distance-for-2d-point-sets), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Generating Code에 대해 자세히 알아보기
도움

도움 받은 파일: 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

Added note that code works for 2D point sets

1.0.0.0