Hausdorff Convex Set Distance
This class calculates the Hausdorff distance between convex polygons. The Hausdorff distance between sets X and Y,
dH(X, Y) = max x:X{ min y:Y {d(x,y)}},
with the symmetric Hausdorff distance being
dsymH(X, Y) = max{ dH(X, Y), dH(Y, X) }.
The methods are hausdorff and symmetricHausdorff, respectively.
The heavy lifting of the class is done by the method pointDist which
finds the minimum distance between a point and a convex Polygon.
The polygons may have vertices sorted clockwise or counter-clockwise (the user must supply which), and are assumed to be convex.
Cita come
Richard Katzwer (2025). Hausdorff Convex Set Distance (https://it.mathworks.com/matlabcentral/fileexchange/44278-hausdorff-convex-set-distance), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
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.
