سؤال

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

Thanks.

هل كانت مفيدة؟

المحلول

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

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

نصائح أخرى

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top