Matlab code for fast Hausdorff distance computation for binary images or segmentation maps
Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
Noticing that all Hausdorff distance functions I could find on MATLAB File Exchange seem to compute all pairwise point-to-point distances making them very slow for large images, I felt compelled to write a version imhausdorff which uses a distance transform, bwdist, and thus scale linearly for large image data. The code should work for images of any dimension. Do try the examples in the help text.
Including point cloud version hausdorff as well. Functional for small data sets.
/ Joakim
Zitieren als
Joakim Lindblad (2026). ImHausdorff (https://github.com/joakimlindblad/ImHausdorff), GitHub. Abgerufen .
Quellenangaben
Inspiriert: segmentation-evaluator
Allgemeine Informationen
- Version 1.0.0.1 (5,37 KB)
-
Lizenz auf GitHub anzeigen
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
Versionen, die den GitHub-Standardzweig verwenden, können nicht heruntergeladen werden
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.0.1 | fig |
||
| 1.0.0 |
