How to compute P.S.N.R value for the below set of images?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sandeep V
el 12 de Mayo de 2015
Comentada: Sandeep V
el 13 de Mayo de 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?
0 comentarios
Respuesta aceptada
Thomas Koelen
el 12 de Mayo de 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 comentarios
Image Analyst
el 13 de Mayo de 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".
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!