JuliaImages / ImageDistances.jl

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

cross-type support #18

Closed johnnychen94 closed 5 years ago

johnnychen94 commented 5 years ago

I didn't consider cross-type calculation in #14, e.g., distances between Array{Gray{N0f8}} and Array{Gray{Float32}}, luckily this already works as expected, but I need to add some test cases to confirm it.

johnnychen94 commented 5 years ago

fixed by #23