Does (:,:,1) code work to calculate Y component in YcbCr color model?
이전 댓글 표시
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
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Get Started with Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!