google / butteraugli

butteraugli estimates the psychovisual difference between two images
Apache License 2.0
1.96k stars 137 forks source link

Add PSNRHVS-M to comparison #35

Closed ruuda closed 6 years ago

ruuda commented 6 years ago

The program used to compute the PSNRHVS-M outputs values where lower values mean more similar images, unlike PSNR.

Command used to generate this comparison:

./compare.py ~/corpus-orig ~/corpus-deformed           \
  --butteraugli-bin ~/.local/bin/butteraugli           \
  --magick-bin ~/.local/bin/magick                     \
  --ssimulacra-bin ~/.local/bin/ssimulacra             \
  --transform-bin ~/.locral/bintransform               \
  --count 64                                           \
  --metric SSIM PSNR PSNRHVS-M MAE FUZZ NCC SSIMULACRA \
  --tiles-per-image 1                                  \
  --html-report docs/index.html

ImageMagick used was version 7.0.6-9 built from source.

ruuda commented 6 years ago

@jyrkialakuijala Please take a look.