Open-source PSNR/ SSIM C implementation without OpenCV? [closed]
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 questionIs 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.
精彩评论