| CudaImageTColor, TDepthToImage Method |
http://www.emgu.com
Convert the current CudaImage to a regular Image.
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Image<TColor, TDepth> ToImage()
Public Function ToImage As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ ToImage()
member ToImage : unit -> Image<'TColor, 'TDepth>
Return Value
Type:
ImageTColor,
TDepthA regular image
See Also