How to find MeanIntensity of Image ??

조회 수: 4 (최근 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(:))

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by