[This is preliminary documentation and is subject to change.]

Create a blank Image of the specified width and height.

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Image(
	int width,
	int height
)
Public Sub New ( _
	width As Integer, _
	height As Integer _
)
public:
Image(
	int width, 
	int height
)

Parameters

width
Int32
The width of the image
height
Int32
The height of the image

See Also