Gaussian Distribution for image pixels
Show older comments
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 Comments
Image Analyst
on 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
on 30 Apr 2013
Image Analyst
on 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
on 30 Apr 2013
Algorithms Analyst
on 30 Apr 2013
Answers (0)
Categories
Find more on Image Segmentation and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!