OpenCV2-Python-Tutorials icon indicating copy to clipboard operation
OpenCV2-Python-Tutorials copied to clipboard

Description of `minAreaRect` output is wrong

Open IgorFobia opened this issue 4 years ago • 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.

IgorFobia avatar Mar 22 '21 15:03 IgorFobia