Convert this image into Bitmap, the pixel values are copied over to the Bitmap

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Bitmap ToBitmap()
Public Function ToBitmap As Bitmap
public:
Bitmap^ ToBitmap()

Return Value

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