OpenCV2-Python-Tutorials
OpenCV2-Python-Tutorials copied to clipboard
Description of `minAreaRect` output is wrong
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.