Convert this image into Bitmap, the pixel values are copied over to the Bitmap
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public Bitmap ToBitmap() |
Visual Basic (Declaration) |
---|
Public Function ToBitmap As Bitmap |
Visual C++ |
---|
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