www.emgu.com/wiki
Create a blank Image of the specified width and height.

Declaration Syntax
public Image(
int width,
int height
)
public:
Image(
int width,
int height
)

Parameters
- width (Int32)
- The width of the image
- height (Int32)
- The height of the image
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)