Average of R,G,B channels

2 次查看(过去 30 天)
Saad mohammad
Saad mohammad 2016-2-2
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