Emgu CV Library Documentation
Height Property
NamespacesEmgu.CVCvArray<(Of <(TDepth>)>)Height

www.emgu.com/wiki
Get the height (#Rows) of the cvArray. If ROI is set, the height of the ROI
Declaration Syntax
C#Visual BasicVisual C++
public int Height { get; }
Public ReadOnly Property Height As Integer
public:
property int Height {
	int get ();
}

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)