Gaussian Distribution for image pixels
Afficher commentaires plus anciens
Hi all
Can any one help me how to model the variation of each pixel in grayscale image using its mean and std
as there is one function in matlab normpdf.
y=normpdf(img,mean(img(:),std(img(:))));
Any help is appreciated..
Thanks.
5 commentaires
Image Analyst
le 29 Avr 2013
I have no idea what you want to do. Maybe you have a sequence of images and you want the mean and standard deviation of each pixel, so you'd have two images - the mean image (over all the input images), and the standard deviation image. But I really have no idea what you want.
Algorithms Analyst
le 30 Avr 2013
Image Analyst
le 30 Avr 2013
What is the difficulty in adding up the 5 previous frames? You have to convert to single or double of course, but that's really straightforward.
Algorithms Analyst
le 30 Avr 2013
Algorithms Analyst
le 30 Avr 2013
Réponses (0)
Catégories
En savoir plus sur Image Segmentation and Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!