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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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