Hausdorff Convex Set Distance

Hausdorff metric for convex polygons
394 download
Aggiornato 19 nov 2013

Visualizza la licenza

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
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Computational Geometry in Help Center e MATLAB Answers

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.2.0.0

Updated title, tags

1.0.0.0