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.0.1.3373 (4.0.1.3373)
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