RotatedRect Structure |
Namespace: OpenCvSharp
The RotatedRect type exposes the following members.
Name | Description | |
---|---|---|
RotatedRect |
Constructor
|
Name | Description | |
---|---|---|
BoundingRect |
returns the minimal up-right rectangle containing the rotated rectangle
| |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Points |
returns 4 vertices of the rectangle
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Angle |
the rotation angle. When the angle is 0, 90, 180, 270 etc., the rectangle becomes an up-right rectangle.
| |
Center |
the rectangle mass center
| |
Size |
width and height of the rectangle
|