Emgu CV Library Documentation
Image<(Of <(TColor, TDepth>)>) Constructor (size)
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)Image<(Of <(TColor, TDepth>)>)(Size)

www.emgu.com/wiki
Create a blank Image of the specific size
Declaration Syntax
C#Visual BasicVisual C++
public Image(
	Size size
)
Public Sub New ( _
	size As Size _
)
public:
Image(
	Size size
)
Parameters
size (Size)
The size of the image

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)