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

Declaration Syntax
public Matrix(
int rows,
int cols,
int channels
)
public:
Matrix(
int rows,
int cols,
int channels
)

Parameters
- rows (Int32)
- The number of rows
- cols (Int32)
- The number of cols
- channels (Int32)
- The number of channels
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)