Click or drag to resize

ImageTColor, TDepth Constructor (Bitmap)

http://www.emgu.com
Obtain the image from the specific Bitmap

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image(
	Bitmap bmp
)

Parameters

bmp
Type: System.DrawingBitmap
The bitmap which will be converted to the image
See Also