Reconstruct the RGB image from the individual Y, Cb, and Cr color channels.
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How can recounstruct the individual Y ,Cb and Cr but not by: reconRGBImage = ycbcr2rgb(ycbcrImage); because i change in values of Y channel and i want see the result of this changing in image so i want as: reconstruct Y',Cb and Cr
thank you
0 comentarios
Respuestas (2)
Walter Roberson
el 11 de Oct. de 2011
If you change the value in the Y channel, then how does that prevent you from doing ycbcr2rgb() ??
0 comentarios
Image Analyst
el 11 de Oct. de 2011
Did you use
cat(3, Ychannel, CbChannel, CrChannel);
to combine all your separate images (if you did indeed use them) back into one 3D image?
0 comentarios
Ver también
Categorías
Más información sobre Color 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!