http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Bitmap ToBitmap() |
Visual Basic |
---|
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