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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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