Click or drag to resize
TimedImageTColor, TDepth Constructor (Int32, Int32, TColor)
http://www.emgu.com
Create a blank Image of the specified width, height, depth and color.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public TimedImage(
	int width,
	int height,
	TColor value
)

Parameters

width
Type: SystemInt32
The width of the image
height
Type: SystemInt32
The height of the image
value
Type: TColor
The initial color of the image
See Also