Obtain the image from the specific Bitmap
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public Image( Bitmap bmp ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ bmp As Bitmap _ ) |
| Visual C++ |
|---|
public: Image( Bitmap^ bmp ) |
Parameters
- bmp
- Type: System.Drawing..::.Bitmap
The bitmap which will be converted to the image