Rotated 2D box
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvBox2D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CvBox2D |
Constructor
|
Methods
Name | Description | |
---|---|---|
BoxPoints |
Finds box vertices
| |
Equals(Object) |
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).) | |
Equals(CvBox2D) | ||
GetHashCode |
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.) | |
GetType | (Inherited from Object.) | |
ToString |
Converts this object to a human readable string.
(Overrides ValueTypeToString.) |
Operators
Name | Description | |
---|---|---|
Equality | ||
Inequality |
Fields
Name | Description | |
---|---|---|
Angle |
Angle between the horizontal axis and the first side (i.e. length) in degrees
| |
Center |
Center of the box.
| |
Size |
Box width and length.
| |
SizeOf |
sizeof(CvBox2D)
|
See Also