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: 4.1.0.3408 (4.1.0.3408)
Syntax
public Image<TColor, TDepth> ToImage()

Return Value

Type: ImageTColor, TDepth
A regular image
See Also