Question

Is there any open source C implementation for PSNR, SSIM or MSE that doesn't rely on OpenCV?

Thanks.

Was it helpful?

Solution

IQA provides a C implementation with no dependencies of the following image quality metrics:

  • MSE
  • PSNR
  • SSIM
  • MS-SSIM
  • MS-SSIM*

OTHER TIPS

Google's WebM project provides these calculations in the libvpx library. Specifically in the VP8 encoder.

Then there is also NetPBM, FFMPEG and the x264 Project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top