Click or drag to resize

RotatedRect Structure

http://www.emgu.com
Managed structure equivalent to CvBox2D

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
[SerializableAttribute]
public struct RotatedRect : IConvexPolygonF, 
	IEquatable<RotatedRect>

The RotatedRect type exposes the following members.

Constructors
  NameDescription
Public methodRotatedRect
Create a RotatedRect structure with the specific parameters
Top
Properties
  NameDescription
Public propertyStatic memberEmpty
Represent an uninitialized RotatedRect
Top
Methods
  NameDescription
Public methodEquals(Object) (Inherited from ValueType.)
Public methodEquals(RotatedRect)
Returns true if the two box are equal
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodGetVertices
Get the 4 verticies of this Box.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMinAreaRect
Get the minimum enclosing rectangle for this Box
Public methodOffset
Shift the box by the specific amount
Public methodToString (Inherited from ValueType.)
Top
Operators
Fields
  NameDescription
Public fieldAngle
The angle between the horizontal axis and the first side (i.e. width) in degrees
Public fieldCenter
The center of the box
Public fieldSize
The size of the box
Top
See Also