How to compute P.S.N.R value for the below set of images?

1 Ansicht (letzte 30 Tage)
Sandeep V
Sandeep V am 12 Mai 2015
Kommentiert: Sandeep V am 13 Mai 2015
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?

Akzeptierte Antwort

Thomas Koelen
Thomas Koelen am 12 Mai 2015
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 Kommentare
Image Analyst
Image Analyst am 13 Mai 2015
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".
Sandeep V
Sandeep V am 13 Mai 2015
OK then what does this 28.241 suggest? Can you please explain?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by