hausdorffDist(a,b)

Versione 1.0.0.0 (340 Byte) da Hemanth
This function calculates the Hausdorff Distance between two vectors.
174 download
Aggiornato 4 apr 2016

Visualizza la licenza

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

Cita come

Hemanth (2025). hausdorffDist(a,b) (https://it.mathworks.com/matlabcentral/fileexchange/56336-hausdorffdist-a-b), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2010a
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
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.