ImageTColor, TDepthToBitmap Method |
http://www.emgu.com
Convert this image into Bitmap, the pixel values are copied over to the Bitmap
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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