Click or drag to resize
CudaImageTColor, TDepth Constructor (Size)
http://www.emgu.com
Create a CudaImage of the specific 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 CudaImage(
	Size size
)

Parameters

size
Type: System.DrawingSize
The size of the image
See Also