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: 4.1.1.3497 (4.1.1.3497)
SyntaxPublic Function ToBitmap As Bitmap
public:
Bitmap^ ToBitmap()
member ToBitmap : unit -> Bitmap
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