Fabio Gori

Results 1 issues of Fabio Gori

[This tutorial](https://github.com/abidrahmank/OpenCV2-Python-Tutorials/blob/master/source/py_tutorials/py_imgproc/py_contours/py_contour_features/py_contour_features.rst) says that the first output of `cv2.minAreaRect` is the top-left point of the rectangle, while the [original tutorial of opencv](https://docs.opencv.org/master/dd/d49/tutorial_py_contour_features.html) says it is the center of the rectangle.