vectorized implementation of the Modified Hausdorff Distance
Versione 2.0.1 (1,7 KB) da
Alberto González Olmos
vectorized implementation of the Modified Hausdorff Distance
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 LinuxCategorie
- Code Generation > Fixed-Point Designer > Data Type Exploration > Fixed-Point Specification > Fixed-Point Specification in MATLAB > Algorithm Implementation >
- FPGA, ASIC, and SoC Development > Fixed-Point Designer > Data Type Exploration > Fixed-Point Specification > Fixed-Point Specification in MATLAB > Algorithm Implementation >
Scopri di più su Algorithm Implementation in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
