what will the formula for mean intensity value of RGB image

2 次查看(过去 30 天)
gray scale image intensity value is
m=mean2(I)
then what will be of RGB image

回答(1 个)

Image Analyst
Image Analyst 2015-7-5
The help says
mean2 computes the mean of an array A using mean(A(:)).
So that pretty much answers your question. It will average everything together regardless of which color plane a value is in. It does not give a weighted mean, like rgb2gray(), nor does it give a 3-element array with means of each color channel separately.

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by