Does (:,:,1) code work to calculate Y component in YcbCr color model?
Show older comments
i am currently studying color models in matlab specially YCbCr color model. I had an RGB image. First i converted image into YCbCr by using code rgb2ycbcr. then i used (:,:,1) to see the luma component of the image. is the value i am seeing the actual value of image luma? Anyone out there to comment on it?
Thanks
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with Computer Vision Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!