http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a GpuMat of the specified size
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public GpuMat( int rows, int cols, int channels, bool continuous ) |
Visual Basic |
---|
Public Sub New ( _ rows As Integer, _ cols As Integer, _ channels As Integer, _ continuous As Boolean _ ) |
Visual C++ |
---|
public: GpuMat( int rows, int cols, int channels, bool continuous ) |
Parameters
- rows
- Type: System..::..Int32
The number of rows (height)
- cols
- Type: System..::..Int32
The number of columns (width)
- channels
- Type: System..::..Int32
The number of channels
- continuous
- Type: System..::..Boolean
Indicates if the data should be continuous