First time here? Check out the FAQ!
answered 2020-04-09 14:29:17 -0600
Typo error aprox:
approx = cv2.approxPolyDP(cnt, epsilon, True) for c in aprox:
To:
approx = cv2.approxPolyDP(cnt, epsilon, True) for c in approx: