First time here? Check out the FAQ!
answered 2014-12-07 23:49:54 -0600
When you use the imread() opencv function to read an image. It will read a color image as BGR format, so use better BGR2gray for that transformation.