Emgu CV Library Documentation
AllocateData Method (rows, cols)
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)AllocateData(Int32, Int32)

www.emgu.com/wiki
Allocate data for the array
Declaration Syntax
C#Visual BasicVisual C++
protected override void AllocateData(
	int rows,
	int cols
)
Protected Overrides Sub AllocateData ( _
	rows As Integer, _
	cols As Integer _
)
protected:
virtual void AllocateData(
	int rows, 
	int cols
) override
Parameters
rows (Int32)
The number of rows
cols (Int32)
The number of columns

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)