Is there an open source C implementation for PSNR, SSIM, or MSE that doesn't rely on OpenCV?
Thank.
IQA provides a C implementation without dependencies of the following image quality metrics:
The Google WebM project provides these calculations in the libvpx library . In particular, in the code VP8 .
NetPBM, FFMPEG x264 Project.