How to find MeanIntensity of Image ??

4 Ansichten (letzte 30 Tage)
nayomi ranamuka
nayomi ranamuka am 15 Jun. 2011
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.

Akzeptierte Antwort

Image Analyst
Image Analyst am 15 Jun. 2011
meanImageIntensity = mean2(imageArray);

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 15 Jun. 2011
mean(YourImage(:))

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by