mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
imgproc: fix minAreaRect()
This commit is contained in:
@@ -352,7 +352,7 @@ cv::RotatedRect cv::minAreaRect( InputArray _points )
|
||||
Point2f out[3];
|
||||
RotatedRect box;
|
||||
|
||||
convexHull(_points, hull, true, true);
|
||||
convexHull(_points, hull, false, true);
|
||||
|
||||
if( hull.depth() != CV_32F )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user