TimedImageTColor, TDepth Constructor (Int32, Int32) |
http://www.emgu.com
Create an empty Image of the specified width and height
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic TimedImage(
int width,
int height
)
Public Sub New (
width As Integer,
height As Integer
)
public:
TimedImage(
int width,
int height
)
new :
width : int *
height : int -> TimedImage
Parameters
- width
- Type: SystemInt32
The width of the image - height
- Type: SystemInt32
The height of the image
See Also