http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Convert the current GpuImage to 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 Image<TColor, TDepth> ToImage() |
Visual Basic |
---|
Public Function ToImage As Image(Of TColor, TDepth) |
Visual C++ |
---|
public: Image<TColor, TDepth>^ ToImage() |