Create a GpuImage of the specific size

Namespace: Emgu.CV.GPU
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public GpuImage(
	Size size
)
Public Sub New ( _
	size As Size _
)
public:
GpuImage(
	Size size
)

Parameters

size
Size
The size of the image

See Also