Gaussian Distribution for image pixels
Mostra commenti meno recenti
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 Commenti
Image Analyst
il 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
il 30 Apr 2013
Image Analyst
il 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
il 30 Apr 2013
Algorithms Analyst
il 30 Apr 2013
Risposte (0)
Categorie
Scopri di più su Image Segmentation and Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!