Create an ellipse from the specific MCvBox2D

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

Syntax

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

Parameters

box2d
MCvBox2D
The MCvBox2D representation of this ellipse

See Also