CudaImageTColor, TDepth Constructor (Int32, Int32) |
http://www.emgu.com
Create a CudaImage of the specific size
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic CudaImage(
int rows,
int cols
)
Public Sub New (
rows As Integer,
cols As Integer
)
public:
CudaImage(
int rows,
int cols
)
new :
rows : int *
cols : int -> CudaImage
Parameters
- rows
- Type: SystemInt32
The number of rows (height) - cols
- Type: SystemInt32
The number of columns (width)
See Also