http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a GpuImage of the specific 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 GpuImage( int rows, int cols ) |
Visual Basic |
---|
Public Sub New ( _ rows As Integer, _ cols As Integer _ ) |
Visual C++ |
---|
public: GpuImage( int rows, int cols ) |
Parameters
- rows
- Type: System..::..Int32
The number of rows (height)
- cols
- Type: System..::..Int32
The number of columns (width)