First time here? Check out the FAQ!
answered 2019-01-08 09:04:18 -0600
ValueError: too many values to unpack (expected 2) meaning you need another varaible.
ret, contours, hierarchy = cv2.findContours(thresh,cv2.RETR_TREE,cv2.CHAIN_APPROX_SIMPLE)