vectorized implementation of the Modified Hausdorff Distance

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

Lizenz anzeigen

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.

Zitieren als

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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2018b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
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