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 static IntPtr GpuMatCreate( int rows, int cols, int type ) |
Visual Basic |
---|
Public Shared Function GpuMatCreate ( _ rows As Integer, _ cols As Integer, _ type As Integer _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr GpuMatCreate( int rows, int cols, int type ) |
Parameters
- rows
- Type: System..::..Int32
The number of rows (height)
- cols
- Type: System..::..Int32
The number of columns (width)
- type
- Type: System..::..Int32
The type of GpuMat