Description of `minAreaRect` output is wrong
IgorFobia opened this issue · 0 comments
IgorFobia commented
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.