vectorized implementation of the Modified Hausdorff Distance

vectorized implementation of the Modified Hausdorff Distance
99 download
Aggiornato 12 lug 2023

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2018b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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