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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic TimedImage(
int width,
int height,
TColor value
)
Public Sub New (
width As Integer,
height As Integer,
value As TColor
)
public:
TimedImage(
int width,
int height,
TColor value
)
new :
width : int *
height : int *
value : 'TColor -> TimedImage
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