hausdorffDist(a,b)

Versión 1.0.0.0 (340 Bytes) por Hemanth
This function calculates the Hausdorff Distance between two vectors.
169 descargas
Actualizado 4 abr 2016

Ver licencia

The Haudorff distance between the two curves is a measure of disimilarity bewteen those two. Generally, used in image processing for template matching.

Citar como

Hemanth (2024). hausdorffDist(a,b) (https://www.mathworks.com/matlabcentral/fileexchange/56336-hausdorffdist-a-b), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

The concept used in the coding was already mentioned in a post by Salim Arslan. But, I did not know at the time of the upload. So, I am acknowledging it through this update.