CudaImageTColor, TDepthToImage Method |
http://www.emgu.com
Convert the current CudaImage to a regular Image.
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
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