Create an empty Image of the specified width and height

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

Syntax

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

Parameters

width
Type: System..::.Int32
The width of the image
height
Type: System..::.Int32
The height of the image

See Also