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 comentarios

Image Analyst
Image Analyst el 16 de En. de 2018
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 el 17 de En. de 2018
Exactly. How are they derived? What mathematical procedure is used and from where are they originated?

Iniciar sesión para comentar.

Categorías

Más información sobre Read, Write, and Modify Image en Centro de ayuda y File Exchange.

Preguntada:

el 16 de En. de 2018

Respondida:

el 17 de En. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by