RGB to Grayscale Conversion
Ältere Kommentare anzeigen
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 Kommentare
Image Analyst
am 16 Jan. 2018
What do you mean? That is the math. Do you mean you want to know how the coefficients were arrived at?
Aidin Golrokh
am 17 Jan. 2018
Antworten (1)
Kategorien
Mehr zu Read, Write, and Modify Image finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!