JuliaImages / ImageDistances.jl

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

Feature: minkowski distance and related mae, mse, psnr, etc #12

Closed johnnychen94 closed 5 years ago

johnnychen94 commented 5 years ago

These functions are widely used in image quality assessment for the purpose of benchmarking image algorithms, also used to train neural networks.

There's an unfinished PR: https://github.com/JuliaImages/ImageDistances.jl/pull/6

Blocking issue:

I opened this issue as a memo.

johnnychen94 commented 5 years ago

The unfinished part of this issue now belongs to ImageQualityIndex

So we can close this now