Effacer les filtres
Effacer les filtres

if i normalize signal power of noisy image

2 vues (au cours des 30 derniers jours)
vipul utsav
vipul utsav le 9 Jan 2013
I is original image and 'n' is noise image and it add in I to generate noisy image('mix'),means
mix=I+n;
if i normalize signal power of noisy image as mean2(I) means
P(signal)=mean(I)
if i normalize noise power of noisy image as std2(n) means
P(noise)=std2(n)
then i define normalized snr as
snr=P(signal)/P(noise)
is this problematic or right?
I have studied snr=mean(I./n),but this is another way

Réponses (1)

Image Analyst
Image Analyst le 2 Fév 2013
That's not correct. You're better off doing the pixel by pixel ratio and then taking the mean, like your latter method. Mathematically they are not the same.

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by