Ask Your Question

Shu-Yen Wan's profile - activity

2017-08-29 21:34:22 -0600 answered a question Using minAreaRect with contour in Python

You may try to replace cv2.RETR_TREE with cv2.RETR_EXTERNAL, which returns only exterior contours.