How weights are assigned to each RGB component in function rgb2gray
이전 댓글 표시
In function rgb2gray, Gray=0.299*R + 0.587*G + 0.114*B, i understand it is a standard formula but can anyone help me understanding on how the weights for each channel are computed?
댓글 수: 1
Jing
2013년 3월 19일
What do you mean by channel? Do you mean the 'R', 'G' or 'B' component? That's explained in color theory or color model. If you're interested, try to search that.
답변 (1개)
Image Analyst
2013년 3월 19일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Images에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!