First time here? Check out the FAQ!
answered 2014-05-16 12:15:20 -0600
Thank you, issue resolved. The bitmap was actually a gray image but openCv seems that it´s considering all the images as RGB when using the BitmapToMat method, so I needed to se cvColor.
Thank you.