mirror of
https://github.com/opencv/opencv.git
synced 2025-06-17 15:20:51 +08:00
Merge pull request #9343 from PhilLab:patch-4
This commit is contained in:
commit
fa288af58b
@ -484,7 +484,7 @@ public:
|
|||||||
RotatedRect(const Point2f& point1, const Point2f& point2, const Point2f& point3);
|
RotatedRect(const Point2f& point1, const Point2f& point2, const Point2f& point3);
|
||||||
|
|
||||||
/** returns 4 vertices of the rectangle
|
/** 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;
|
void points(Point2f pts[]) const;
|
||||||
//! returns the minimal up-right integer rectangle containing the rotated rectangle
|
//! returns the minimal up-right integer rectangle containing the rotated rectangle
|
||||||
|
Loading…
Reference in New Issue
Block a user