how to calculate PSNR value ?
1 次查看(过去 30 天)
显示 更早的评论
hi
i need help for calculating PSNR value for two different size images
original image = 256 * 256
output image = 511 * 511
can anyone suggest how to calculate PSNR value for above images
2 个评论
Wayne King
2012-9-23
Can you say if you're using a lifting transform, why the reconstructed image approximation is not 512x512?
回答(2 个)
Image Analyst
2012-9-23
What if you just used imresize() on one of them? And then did the usual PSRN formula. Would that work for your purposes?
2 个评论
Image Analyst
2012-9-23
Make your reference image bigger to match the size of your super resolution image.
sandra viaña borja
2018-7-8
编辑:Image Analyst
2018-7-9
Sivakrishna Did you find how to calculate PSNR between an original image and the super resolution constructed one?
4 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!