开发者

Open-source PSNR/ SSIM C implementation without OpenCV? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_StackOverflow

Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

Improve this question

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜