The MCvBox2D representation of this ellipse

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 MCvBox2D MCvBox2D { get; set; }
Public Property MCvBox2D As MCvBox2D
public:
property MCvBox2D MCvBox2D {
	MCvBox2D get ();
	void set (MCvBox2D value);
}

See Also