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)
Syntaxpublic Image(
Bitmap bmp
)
Public Sub New (
bmp As Bitmap
)
public:
Image(
Bitmap^ bmp
)
new :
bmp : Bitmap -> Image
Parameters
- bmp
- Type: System.DrawingBitmap
The bitmap which will be converted to the image
See Also