Skip to content

Commit 2c7a15b

Browse files
authored
Clarified documentation cv::RotatedRect::points
1 parent 87c27a0 commit 2c7a15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/include/opencv2/core/types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ class CV_EXPORTS RotatedRect
484484
RotatedRect(const Point2f& point1, const Point2f& point2, const Point2f& point3);
485485

486486
/** returns 4 vertices of the rectangle
487-
@param pts The points array for storing rectangle vertices.
487+
@param pts The points array for storing rectangle vertices. The order is bottomLeft, topLeft, topRight, bottomRight.
488488
*/
489489
void points(Point2f pts[]) const;
490490
//! returns the minimal up-right integer rectangle containing the rotated rectangle

0 commit comments

Comments
 (0)