Click or drag to resize
ImageTColor, TDepthToBitmap Method
http://www.emgu.com
Convert this image into Bitmap, the pixel values are copied over to the Bitmap

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Bitmap ToBitmap()

Return Value

Type: Bitmap
This image in Bitmap format, the pixel data are copied over to the Bitmap
Remarks
For better performance on Image<Gray, Byte> and Image<Bgr, Byte>, consider using the Bitmap property
See Also