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