First time here? Check out the FAQ!
answered 2016-10-30 23:09:47 -0600
you need a binary image to use findContours(), not a color (bgr) one, use cvtColor() to get a grayscale image, then threshold() (or Sobel() or Canny() or inRange()) to achieve that.