Gaussian Distribution for image pixels
이전 댓글 표시
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
Image Analyst
2013년 4월 29일
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
2013년 4월 30일
Image Analyst
2013년 4월 30일
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
2013년 4월 30일
Algorithms Analyst
2013년 4월 30일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!