JuliaImages / ImageDistances.jl

Distances between N-dimensional images
https://github.com/JuliaImages/Images.jl
Other
15 stars 8 forks source link

Fixes for Hausdorff distance and some ambiguities #60

Closed mateuszbaran closed 3 years ago

mateuszbaran commented 3 years ago

Most of the changes here are due to tests failing on master so I tried to make some minimal fixes that make all tests pass. I don't quite like adding new methods to result_type here and that was originally outside of the scope of this PR but that seems better than leaving the tests failing.

johnnychen94 commented 3 years ago

@mateuszbaran Thank you for the fixes; this is of a great help especially that we don't have many contributors!

mateuszbaran commented 3 years ago

No problem! It's also nice to quickly have feedback on my patches :slightly_smiling_face: .