JuliaTesting / ReferenceTests.jl

Utility package for comparing data against reference files
https://juliatesting.github.io/ReferenceTests.jl/latest/
Other
82 stars 14 forks source link

fix: correct PSNR calculation #109

Closed johnnychen94 closed 2 years ago

johnnychen94 commented 2 years ago

https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio

johnnychen94 commented 2 years ago

This might break some existing tests as it changes how PSNR is calculated. But since it was quite wrong here, I prefer to make a patch release for this as a bug fix.