abidrahmank / OpenCV2-Python-Tutorials

This repo contains tutorials on OpenCV-Python library using new cv2 interface
1.25k stars 887 forks source link

Illustration about `minAreaRect()` is wrong. #263

Open tengerye opened 4 years ago

tengerye commented 4 years ago

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.

violet17 commented 3 years ago

Yes, I found this error too.