The MCvBox2D representation of this ellipse

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

Syntax

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

See Also