hausdorffDist(a,b)

Version 1.0.0.0 (340 Bytes) by Hemanth
This function calculates the Hausdorff Distance between two vectors.
169 Downloads
Updated 4 Apr 2016

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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.