I would like to know whether a pixel in a b&w part of a RGB image is characterized by parameters r,g,b, s.t.
r==b==g.
Why?
Thanks a lot!
Regards.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The RGB codes of the grayscale colors (white-grays-black) consist of the same byte three times. Black is 0-0-0, white is 255-255-255, etc.
Read more here: http://en.wikipedia.org/wiki/Grayscale