Borrar filtros
Borrar filtros

how to calculate PSNR value ?

2 visualizaciones (últimos 30 días)
Sivakrishna
Sivakrishna el 23 de Sept. de 2012
Comentada: Anu Sri el 28 de Sept. de 2018
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 comentarios
Wayne King
Wayne King el 23 de Sept. de 2012
Can you say if you're using a lifting transform, why the reconstructed image approximation is not 512x512?
Sivakrishna
Sivakrishna el 23 de Sept. de 2012
if the source image is m*n
then the super resolution reconstructed image is 2m-1*2n-1

Iniciar sesión para comentar.

Respuestas (2)

Image Analyst
Image Analyst el 23 de Sept. de 2012
What if you just used imresize() on one of them? And then did the usual PSRN formula. Would that work for your purposes?
  2 comentarios
Sivakrishna
Sivakrishna el 23 de Sept. de 2012
Editada: Sivakrishna el 23 de Sept. de 2012
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 el 23 de Sept. de 2012
Make your reference image bigger to match the size of your super resolution image.

Iniciar sesión para comentar.


sandra viaña borja
sandra viaña borja el 8 de Jul. de 2018
Editada: Image Analyst el 9 de Jul. de 2018
Sivakrishna Did you find how to calculate PSNR between an original image and the super resolution constructed one?
  4 comentarios
Image Analyst
Image Analyst el 28 de Sept. de 2018
Try this:
p = psnr(rgbImage, refImage);
Anu  Sri
Anu Sri el 28 de Sept. de 2018
it worked,thankyou!!

Iniciar sesión para comentar.

Categorías

Más información sobre Continuous Wavelet Transforms en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by