C# Class Emgu.CV.Structure.Ellipse

An ellipse
Datei anzeigen Open project: fajoy/RTSPExample Class Usage Examples

Public Methods

Method Description
Ellipse ( MCvBox2D box2d ) : System

Create an ellipse from the specific MCvBox2D

Ellipse ( PointF center, SizeF size, float angle ) : System

Create an ellipse with specific parameters

Method Details

Ellipse() public method

Create an ellipse from the specific MCvBox2D
public Ellipse ( MCvBox2D box2d ) : System
box2d MCvBox2D The MCvBox2D representation of this ellipse
return System

Ellipse() public method

Create an ellipse with specific parameters
public Ellipse ( PointF center, SizeF size, float angle ) : System
center System.Drawing.PointF The center of the ellipse
size System.Drawing.SizeF The width and height of the ellipse
angle float The rotation angle in radian for the ellipse
return System