Click or drag to resize

UMat Constructor (Int32, Int32, DepthType, Int32, UMatUsage)

http://www.emgu.com
Create a umat of the specific type.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public UMat(
	int rows,
	int cols,
	DepthType type,
	int channels,
	UMatUsage usage = UMatUsage.Default
)

Parameters

rows
Type: SystemInt32
Number of rows in a 2D array.
cols
Type: SystemInt32
Number of columns in a 2D array.
type
Type: Emgu.CV.CvEnumDepthType
Mat element type
channels
Type: SystemInt32
Number of channels
usage (Optional)
Type: Emgu.CVUMatUsage
Allocation Usage
See Also