| RotatedRect Structure |
Namespace: Emgu.CV.Structure
The RotatedRect type exposes the following members.
| Name | Description | |
|---|---|---|
| RotatedRect |
Create a RotatedRect structure with the specific parameters
|
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from ValueType.) | |
| Equals(RotatedRect) |
Returns true if the two box are equal
| |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| GetVertices |
Get the 4 verticies of this Box.
| |
| MemberwiseClone | (Inherited from Object.) | |
| MinAreaRect |
Get the minimum enclosing rectangle for this Box
| |
| Offset |
Shift the box by the specific amount
| |
| ToString | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| (RectangleF to RotatedRect) |
Convert a RectangleF to RotatedRect
|
| Name | Description | |
|---|---|---|
| Angle |
The angle between the horizontal axis and the first side (i.e. width) in degrees
| |
| Center |
The center of the box
| |
| Size |
The size of the box
|