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.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
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