필터 지우기
필터 지우기

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
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 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