문제

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