hausdorffDist(a,b)

Version 1.0.0.0 (340 octets) par Hemanth
This function calculates the Hausdorff Distance between two vectors.
169 téléchargements
Mise à jour 4 avr. 2016

Afficher la licence

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

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R2010a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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.