Convert the current GpuImage to 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 Image<TColor, TDepth> ToImage()
Public Function ToImage As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ ToImage()

Return Value

A regular image

See Also