フィルターのクリア

What is meant by probability distribution function of an image

2 ビュー (過去 30 日間)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2012 年 8 月 26 日
コメント済み: Image Analyst 2019 年 3 月 31 日
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 件のコメント
Kanak Jain
Kanak Jain 2019 年 3 月 30 日
How can we define the probability distribution of a colored image?
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 Center および File ExchangeGet 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