http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a GPU image from a regular image
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public GpuImage( Image<TColor, TDepth> img ) |
Visual Basic |
---|
Public Sub New ( _ img As Image(Of TColor, TDepth) _ ) |
Visual C++ |
---|
public: GpuImage( Image<TColor, TDepth>^ img ) |
Parameters
- img
- Type: Emgu.CV..::..Image<(Of <(<'TColor, TDepth>)>)>
The image to be converted to GPU image