Create an ellipse from the specific MCvBox2D

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Ellipse(
	MCvBox2D box2d
)
Visual Basic (Declaration)
Public Sub New ( _
	box2d As MCvBox2D _
)
Visual C++
public:
Ellipse(
	MCvBox2D box2d
)

Parameters

box2d
Type: Emgu.CV.Structure..::.MCvBox2D
The MCvBox2D representation of this ellipse

See Also