Click or drag to resize

ImageTColor, TDepthToBitmap Method (Int32, Int32)

http://www.emgu.com
Create a Bitmap image of certain size

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Bitmap ToBitmap(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
The width of the bitmap
height
Type: SystemInt32
The height of the bitmap

Return Value

Type: Bitmap
This image in Bitmap format of the specific size
See Also