Create a blank Image of the specified width and height.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public Image( int width, int height ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ width As Integer, _ height As Integer _ ) |
| Visual C++ |
|---|
public: Image( int width, int height ) |
Parameters
- width
- Type: System..::.Int32
The width of the image
- height
- Type: System..::.Int32
The height of the image