MATLAB: How to Matlab function to calculate probability density function of n image

gaussian distributionimage processingImage Processing Toolboxpdfprobability density function

I want to calculate the probability density function of an image. can you tell me what is the matlab function

Best Answer

Assuming you mean the pdf of gray levels, use imhist().