that actual snr is

조회 수: 3 (최근 30일)
vipul utsav
vipul utsav 2012년 12월 29일
one person say me that actual snr is,,,
if noiseImage=noisyImage-originalImage then actual snr=mean(originalImage./abs(noiseImage)) so my question is that "Is snr depends on mean and variance of noiseImage"?

답변 (1개)

Image Analyst
Image Analyst 2012년 12월 29일
Yes. More noise = lower SNR, and less noise = higher SNR.
  댓글 수: 3
Image Analyst
Image Analyst 2012년 12월 29일
Because the absolute value of the noise image is being taken, the std dev affects the mean. You could have a mean of zero in the original noise, but once you take the abs(), now the mean depends on the std dev. So the SNR of an image with noise = 0 +/- 5 gray levels will be higher than the SNR of the same image with a noise of 0 +/- 200 gray levels.
Walter Roberson
Walter Roberson 2012년 12월 29일
Good point.

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

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by