Emgu CV Library Documentation
Matrix<(Of <(TDepth>)>) Constructor (rows, cols)
NamespacesEmgu.CVMatrix<(Of <(TDepth>)>)Matrix<(Of <(TDepth>)>)(Int32, Int32)

www.emgu.com/wiki
Create a matrix of the specific size
Declaration Syntax
C#Visual BasicVisual C++
public Matrix(
	int rows,
	int cols
)
Public Sub New ( _
	rows As Integer, _
	cols As Integer _
)
public:
Matrix(
	int rows, 
	int cols
)
Parameters
rows (Int32)
The number of rows (height)
cols (Int32)
The number of cols (width)

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