Skip to content

Commit fa288af

Browse files
committed
Merge pull request opencv#9343 from PhilLab:patch-4
2 parents 0e7edca + 2c7a15b commit fa288af

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)