필터 지우기
필터 지우기

Average of R,G,B channels

조회 수: 2 (최근 30일)
Saad mohammad
Saad mohammad 2016년 2월 2일
댓글: Tarunkishwor Yumnam 2019년 8월 20일
I'm trying obtain the intensity image by finding the average of the R,G,B channels which are extracted from the original image is there any built in method that can do this

답변 (1개)

Adam
Adam 2016년 2월 2일
mean( rgbImage, 3 );
should work if your image is in n*m*3 RGB format.

카테고리

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