Click or drag to resize
UMatCreate Method
http://www.emgu.com
Allocates new array data if needed.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Create(
	int rows,
	int cols,
	DepthType type,
	int channels,
	UMatUsage usage = UMatUsage.Default
)

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
usage (Optional)
Type: Emgu.CVUMatUsage

[Missing <param name="usage"/> documentation for "M:Emgu.CV.UMat.Create(System.Int32,System.Int32,Emgu.CV.CvEnum.DepthType,System.Int32,Emgu.CV.UMat.Usage)"]

See Also