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