vectorized implementation of the Modified Hausdorff Distance

vectorized implementation of the Modified Hausdorff Distance
95 Downloads
Updated 12 Jul 2023

View License

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

MATLAB Release Compatibility
Created with R2018b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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