Which image is having high Mean square Error value?.Noisy image or noise free image
1 view (last 30 days)
Show older comments
Which image is having high Mean square Error value?.Noisy image or noise free image
0 Comments
Answers (1)
Image Analyst
on 16 Aug 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 Comments
Image Analyst
on 16 Aug 2015
By the way, this is done by the function immse() in the Image Processing Toolbox.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!