www.emgu.com/wiki
Allocates header for the new matrix and underlying data, and returns a pointer to the created matrix. Matrices are stored row by row. All the rows are aligned by 4 bytes.

Declaration Syntax

Parameters
- rows (Int32)
- Number of rows in the matrix.
- cols (Int32)
- Number of columns in the matrix.
- type (MAT_DEPTH)
- Type of the matrix elements.

Return Value
A pointer to the created matrix
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)