From 2c7a15b195ce3f01418acb2d305c07ee53e87c74 Mon Sep 17 00:00:00 2001 From: Philipp Hasper Date: Thu, 10 Aug 2017 11:06:40 +0200 Subject: [PATCH] Clarified documentation cv::RotatedRect::points --- modules/core/include/opencv2/core/types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/include/opencv2/core/types.hpp b/modules/core/include/opencv2/core/types.hpp index 61cedc34f6..a99346a0c5 100644 --- a/modules/core/include/opencv2/core/types.hpp +++ b/modules/core/include/opencv2/core/types.hpp @@ -484,7 +484,7 @@ public: RotatedRect(const Point2f& point1, const Point2f& point2, const Point2f& point3); /** returns 4 vertices of the rectangle - @param pts The points array for storing rectangle vertices. + @param pts The points array for storing rectangle vertices. The order is bottomLeft, topLeft, topRight, bottomRight. */ void points(Point2f pts[]) const; //! returns the minimal up-right integer rectangle containing the rotated rectangle -- GitLab