Click or drag to resize

MatCreate Method

http://www.emgu.com
Allocates new array data if needed.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void Create(
	int rows,
	int cols,
	DepthType type,
	int channels
)

Parameters

rows
Type: SystemInt32
New number of rows.
cols
Type: SystemInt32
New number of columns.
type
Type: Emgu.CV.CvEnumDepthType
New matrix element depth type.
channels
Type: SystemInt32
New matrix number of channels
See Also