CvBox2D Structure OpenCvSharp Class Library
Rotated 2D box

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public struct CvBox2D : IEquatable<CvBox2D>

The CvBox2D type exposes the following members.

Constructors

  NameDescription
Public methodCvBox2D
Constructor
Top
Methods

  NameDescription
Public methodBoxPoints
Finds box vertices
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CvBox2D)
Public methodGetHashCode
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString
Converts this object to a human readable string.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields

  NameDescription
Public fieldAngle
Angle between the horizontal axis and the first side (i.e. length) in degrees
Public fieldCenter
Center of the box.
Public fieldSize
Box width and length.
Public fieldStatic memberSizeOf
sizeof(CvBox2D)
Top
See Also

Reference