Which image is having high Mean square Error value?.Noisy image or noise free image

3 vues (au cours des 30 derniers jours)
D Joseph
D Joseph le 16 Août 2015
Commenté : D Joseph le 16 Août 2015
Which image is having high Mean square Error value?.Noisy image or noise free image

Réponses (1)

Image Analyst
Image Analyst le 16 Août 2015
The MSE compares two images. You can't have an MSE with just one image - you need a reference image. Let's say the reference image is the noise free image. So the MSE of a noise-free image to a noise-free image (i.e. itself) is, of course, zero. The MSE of the noisy image to the noise-free image will be some number greater than zero.
  2 commentaires
Image Analyst
Image Analyst le 16 Août 2015
By the way, this is done by the function immse() in the Image Processing Toolbox.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by