Click or drag to resize
UMat Constructor (Size, DepthType, Int32, UMatUsage)
http://www.emgu.com
Create a umat of the specific type.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public UMat(
	Size size,
	DepthType type,
	int channels,
	UMatUsage usage = UMatUsage.Default
)

Parameters

size
Type: System.DrawingSize
Size of the UMat
type
Type: Emgu.CV.CvEnumDepthType
Mat element type
channels
Type: SystemInt32
Number of channels
usage (Optional)
Type: Emgu.CVUMatUsage

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

See Also