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)
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