Average of R,G,B channels
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
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
0 comentarios
Respuestas (1)
  Adam
      
      
 el 2 de Feb. de 2016
        mean( rgbImage, 3 );
should work if your image is in n*m*3 RGB format.
1 comentario
  Tarunkishwor Yumnam
 el 20 de Ag. de 2019
				Can you have a look at this? Thanks
Ver también
Categorías
				Más información sobre Image Segmentation and Analysis en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


