Click or drag to resize

MatrixTDepth Constructor (Int32, Int32, Int32)

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public Matrix(
	int rows,
	int cols,
	int channels
)

Parameters

rows
Type: SystemInt32
The number of rows
cols
Type: SystemInt32
The number of cols
channels
Type: SystemInt32
The number of channels
See Also