What is meant by probability distribution function of an image

1 view (last 30 days)
How to find the probability distribution of an image

Accepted Answer

Image Analyst
Image Analyst on 26 Aug 2012
Try this:
[pixelCount grayLevels] = imhist(grayImage);
special considerations must be taken for floating point images.
  4 Comments
Kanak Jain
Kanak Jain on 30 Mar 2019
How can we define the probability distribution of a colored image?
Image Analyst
Image Analyst on 31 Mar 2019
I'll have to repeat my last comment.
The histograms of each channel separately will give you detailed information. Hopefully it's what you want, but I don't know because you're not answering my question but instead asking another question.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!