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.0.1.0 (2.0.1.0)

Syntax

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

See Also