OpenCV2-Python-Tutorials
OpenCV2-Python-Tutorials copied to clipboard
Illustration about `minAreaRect()` is wrong.
Hi, the document says It returns a Box2D structure which contains following detals - ( top-left corner(x,y), (width, height), angle of rotation ).
But actually minAreaRect()
returns center point as the first return value.
Yes, I found this error too.