Azzera filtri
Azzera filtri

How to find MeanIntensity of Image ??

5 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Image Analyst
Image Analyst il 15 Giu 2011
meanImageIntensity = mean2(imageArray);

Più risposte (1)

Walter Roberson
Walter Roberson il 15 Giu 2011
mean(YourImage(:))

Community Treasure Hunt

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

Start Hunting!

Translated by