MATLAB: Calculating pdf for an Image

histogramImage Processing Toolboxpdf

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

Best Answer

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