How to find MeanIntensity of Image ??

5 次查看(过去 30 天)
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