Emgu CV Library Documentation
TimedImage<(Of <(TColor, TDepth>)>) Constructor (width, height)
NamespacesEmgu.CVTimedImage<(Of <(TColor, TDepth>)>)TimedImage<(Of <(TColor, TDepth>)>)(Int32, Int32)

www.emgu.com/wiki
Create an empty Image of the specified width and height
Declaration Syntax
C#Visual BasicVisual C++
public TimedImage(
	int width,
	int height
)
Public Sub New ( _
	width As Integer, _
	height As Integer _
)
public:
TimedImage(
	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.5.0.0 (1.5.0.0)