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

답변 (1개)

Image Analyst
Image Analyst 2015년 8월 16일
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

By the way, this is done by the function immse() in the Image Processing Toolbox.

댓글을 달려면 로그인하십시오.

질문:

2015년 8월 16일

댓글:

2015년 8월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by