Click or drag to resize
CudaImageTColor, TDepthToImage Method
http://www.emgu.com
Convert the current CudaImage to a regular Image.

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Image<TColor, TDepth> ToImage()

Return Value

Type: ImageTColor, TDepth
A regular image
See Also