Skip to content

joakimlindblad/ImHausdorff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImHausdorff

Matlab code for computing Hausdorff distance between binary images or segmentation maps.


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

About

Matlab code for fast Hausdorff distance for binary images or segmentation maps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages