필터 지우기
필터 지우기

How to find MeanIntensity of Image ??

조회 수: 1 (최근 30일)
nayomi ranamuka
nayomi ranamuka 2011년 6월 15일
Dear all,
We can find mean intensity of an image as follows.
MeanOf_KthRegion= STATS2(k).MeanIntensity;
Now I want to find mean Intensity of an image. Can anyone suggest idea.
Thank you.

채택된 답변

Image Analyst
Image Analyst 2011년 6월 15일
meanImageIntensity = mean2(imageArray);

추가 답변 (1개)

Walter Roberson
Walter Roberson 2011년 6월 15일
mean(YourImage(:))

Community Treasure Hunt

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

Start Hunting!

Translated by