Reconstruct the RGB image from the individual Y, Cb, and Cr color channels.
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (2 件)
Walter Roberson
2011 年 10 月 11 日
If you change the value in the Y channel, then how does that prevent you from doing ycbcr2rgb() ??
0 件のコメント
Image Analyst
2011 年 10 月 11 日
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 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!