Click or drag to resize
TimedImageTColor, TDepth Constructor (Int32, Int32)
http://www.emgu.com
Create an empty Image of the specified width and height

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public TimedImage(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
The width of the image
height
Type: SystemInt32
The height of the image
See Also