RGB to Grayscale Conversion

2 次查看(过去 30 天)
Aidin Golrokh
Aidin Golrokh 2018-1-16
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
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
Aidin Golrokh 2018-1-17
Exactly. How are they derived? What mathematical procedure is used and from where are they originated?

请先登录,再进行评论。

回答(1 个)

Walter Roberson
Walter Roberson 2018-1-17

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by