Click or drag to resize
GpuMatTDepth Constructor (Size, Int32)
http://www.emgu.com
Create a GpuMat of the specified size

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public GpuMat(
	Size size,
	int channels
)

Parameters

size
Type: System.DrawingSize
The size of the GpuMat
channels
Type: SystemInt32
The number of channels
See Also