How to compute P.S.N.R value for the below set of images?
2 ビュー (過去 30 日間)
古いコメントを表示
I would request anybody to provide me with code to compute the PSNR value for the below pair of images. I want to compare output1.png with o.png, o2.png with output2.png? Please help?
0 件のコメント
採用された回答
Thomas Koelen
2015 年 5 月 12 日
If you have the image processing toolbox you can use the function:
peaksnr = psnr(A,ref)
where A is your output1 and ref is o.
5 件のコメント
Image Analyst
2015 年 5 月 13 日
Of course not. psnr is a measure of how close two images are to each other, not an overall assessment of which image is "better".
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!