ssimulacra
ssimulacra copied to clipboard
The current version of opencv is 4 and you get this build error with the current makefile: ``` g++ -std=c++11 -O2 -fstrict-aliasing -ffast-math `pkg-config --cflags opencv` ssimulacra.cpp `pkg-config --libs-only-L opencv`...
Hi Thanks for open-sourcing this project I'm currently using Butteraugli to check if a compressed image is not distorted too much to be noticed by humans. As you may know,...
See the [similar issue](https://github.com/libjxl/libjxl/issues/202) in libjxl . It would be great to evaluate SSIMULACRA on the CLIC-2021 perceptual quality task. This should provide additional information to he community with respect...
OS X / 10.14.2 ``` $ make g++ -std=c++11 -O2 -fstrict-aliasing -ffast-math `pkg-config --cflags opencv` ssimulacra.cpp `pkg-config --libs-only-L opencv` -lopencv_core -lopencv_highgui -lopencv_imgcodecs -lopencv_imgproc -o ssimulacra Package opencv was not found...
ssimulacra doesn't seem to work with 16-bit images ``` $ ssimulacra img1.ppm img2.ppm OpenCV Error: Assertion failed ((lutcn == cn || lutcn == 1) && lut.total() == 256 && lut.isContinuous()...