Borrar filtros
Borrar filtros

working on one channel at a color space

1 visualización (últimos 30 días)
eman
eman el 30 de Nov. de 2012
Hi ; I have converted RGB image to YCbCr color space using
myImage=rgb2ycbcr(myImage);
this has three channel Y,Cb and Cr i need to work just at Y channel ,How can I do that? may you help me Thanks in advance

Respuesta aceptada

Walter Roberson
Walter Roberson el 30 de Nov. de 2012
myImageycbcr = rgb2ycbcr(myImage);
myImagey = myImageycbcr(:,:,1);

Más respuestas (0)

Categorías

Más información sobre Convert Image Type 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!

Translated by