Table of Contents

Struct Ellipse

Namespace
Emgu.CV.Structure
Assembly
Emgu.CV.dll

An ellipse

public struct Ellipse
Inherited Members

Constructors

Ellipse(RotatedRect)

Create an ellipse from the specific RotatedRect

public Ellipse(RotatedRect box2d)

Parameters

box2d RotatedRect

The RotatedRect representation of this ellipse

Ellipse(PointF, SizeF, float)

Create an ellipse with specific parameters

public Ellipse(PointF center, SizeF size, float angle)

Parameters

center PointF

The center of the ellipse

size SizeF

The width and height of the ellipse

angle float

The rotation angle in radian for the ellipse

Properties

RotatedRect

The RotatedRect representation of this ellipse

public RotatedRect RotatedRect { get; set; }

Property Value

RotatedRect