Borrar filtros
Borrar filtros

Which image is having high PSNR value?.Noisy image or noise free image

1 visualización (últimos 30 días)
D Joseph
D Joseph el 16 de Ag. de 2015
Comentada: D Joseph el 16 de Ag. de 2015
Which image is having high PSNR value?.Noisy image or noise free image

Respuestas (1)

Image Analyst
Image Analyst el 16 de Ag. de 2015
The PSNR compares two images. You can't have an PSNR with just one image - you need a reference image. Let's say the reference image is the noise free image. So the PSNR of a noise-free image to a noise-free image (i.e. itself) is, of course, infinite. The PSNR of the noisy image to the noise-free image will be some number less than infinity.
The PSNR is computed by the psnr() function of the Image Processing Toolbox.

Community Treasure Hunt

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

Start Hunting!

Translated by