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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Image<TColor, TDepth> ToImage()

Return Value

Type: ImageTColor, TDepth
A regular image
See Also