vectorized implementation of the Modified Hausdorff Distance

vectorized implementation of the Modified Hausdorff Distance

You are now following this Submission

Vectorized implementation of the Modified Hausdorff Distance (MHD)
as described by Dubuisson and Jain in:
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
Function description:
mhd = vectorized_MHD (setA,setB)
it takes as inputs two sets of n-dimensional points (#samples, #dimensions)
and returns the MHD between the two sets.
The vectorized implementation is computationally more efficient than the
for-loop version at the cost of ram memory.

Cite As

Alberto González Olmos (2026). vectorized implementation of the Modified Hausdorff Distance (https://www.mathworks.com/matlabcentral/fileexchange/69335-vectorized-implementation-of-the-modified-hausdorff-distance), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
2.0.1

updated version with comments by Spencer Chen.

2.0.0

May 2022, Spencer Chen share a code to improve memory efficiency and garbage collection time.

1.0.2

Change in description

1.0.1

Change in description

1.0.0