Gaussian Distribution for image pixels
Ältere Kommentare anzeigen
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 Kommentare
Image Analyst
am 29 Apr. 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
am 30 Apr. 2013
Image Analyst
am 30 Apr. 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
am 30 Apr. 2013
Algorithms Analyst
am 30 Apr. 2013
Antworten (0)
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!