www.emgu.com/wiki
Create a matrix of the specific size

Declaration Syntax
public Matrix(
int rows,
int cols
)
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)