RGB to Grayscale Conversion
古いコメントを表示
I know that the conversion from RGB to grayscale is based on the wighted average method as shown in the following equation:
gray = .299*redChannel + .587*greenChannel + .114*blueChannel
What I need to know is the math behind this equation and the coefficients.
Thank you for the help.
2 件のコメント
Image Analyst
2018 年 1 月 16 日
What do you mean? That is the math. Do you mean you want to know how the coefficients were arrived at?
Aidin Golrokh
2018 年 1 月 17 日
回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!