The MCvBox2D representation of this ellipse

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

Syntax

C#
public MCvBox2D MCvBox2D { get; set; }
Visual Basic (Declaration)
Public Property MCvBox2D As MCvBox2D
Visual C++
public:
property MCvBox2D MCvBox2D {
	MCvBox2D get ();
	void set (MCvBox2D value);
}

See Also