abidrahmank/OpenCV2-Python-Tutorials

Description of `minAreaRect` output is wrong

IgorFobia opened this issue · 0 comments

This tutorial says that the first output of cv2.minAreaRect is the top-left point of the rectangle, while the original tutorial of opencv says it is the center of the rectangle.