Create a GPU image from a regular image

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(
	Image<TColor, TDepth> img
)
Public Sub New ( _
	img As Image(Of TColor, TDepth) _
)
public:
GpuImage(
	Image<TColor, TDepth>^ img
)

Parameters

img
Image<(Of <(<'TColor, TDepth>)>)>
The image to be converted to GPU image

See Also