[This is preliminary documentation and is subject to change.]

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.0.0.0 (2.0.0.0)

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