Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.