フィルターのクリア

how to calculate PSNR value ?

2 ビュー (過去 30 日間)
Sivakrishna
Sivakrishna 2012 年 9 月 23 日
コメント済み: Anu Sri 2018 年 9 月 28 日
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
Wayne King 2012 年 9 月 23 日
Can you say if you're using a lifting transform, why the reconstructed image approximation is not 512x512?
Sivakrishna
Sivakrishna 2012 年 9 月 23 日
if the source image is m*n
then the super resolution reconstructed image is 2m-1*2n-1

サインインしてコメントする。

回答 (2 件)

Image Analyst
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 件のコメント
Sivakrishna
Sivakrishna 2012 年 9 月 23 日
編集済み: Sivakrishna 2012 年 9 月 23 日
hi image analyst,
if i resize the image i will lost reconstructed image information?
suggest better way to find PSNR values for above images
Image Analyst
Image Analyst 2012 年 9 月 23 日
Make your reference image bigger to match the size of your super resolution image.

サインインしてコメントする。


sandra viaña borja
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 件のコメント
Image Analyst
Image Analyst 2018 年 9 月 28 日
Try this:
p = psnr(rgbImage, refImage);
Anu  Sri
Anu Sri 2018 年 9 月 28 日
it worked,thankyou!!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeContinuous Wavelet Transforms についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by