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)
Syntaxpublic Bitmap ToBitmap(
int width,
int height
)
Public Function ToBitmap (
width As Integer,
height As Integer
) As Bitmap
public:
Bitmap^ ToBitmap(
int width,
int height
)
member ToBitmap :
width : int *
height : int -> Bitmap
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