what will the formula for mean intensity value 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.

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

질문:

2015년 7월 5일

답변:

2015년 7월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by