First time here? Check out the FAQ!
answered 2016-08-30 23:40:39 -0600
this is a version conflict, only the opencv3 version of cv2.drawContours() returns another image, with 2.4, you'd simply use it like:
cv2.drawContours(img, contours, -1, (0,255,0), 3) cv2.imshow("omg", img)