Get the height (#Rows) of the cvArray. If ROI is set, the height of the ROI

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Height { get; }
Public ReadOnly Property Height As Integer
public:
property int Height {
	int get ();
}

See Also