What is meant by probability distribution function of an image

2 次查看(过去 30 天)
How to find the probability distribution of an image

采纳的回答

Image Analyst
Image Analyst 2012-8-26
Try this:
[pixelCount grayLevels] = imhist(grayImage);
special considerations must be taken for floating point images.
  4 个评论
Image Analyst
Image Analyst 2019-3-31
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with Image Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by