abidrahmank/OpenCV2-Python-Tutorials

Illustration about `minAreaRect()` is wrong.

tengerye opened this issue · 1 comments

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.