Calculating pdf for an Image

8 views (last 30 days)
nkumar
nkumar on 8 Sep 2013
I have a Image and i have added noise to it,now i want to calculate pdf for guassian distribution
Kindly tell how to calculate it

Accepted Answer

Image Analyst
Image Analyst on 8 Sep 2013
You can use hist() or imhist(). The distribution will not necessarily be Gaussian - in fact, it probably won't be.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!