http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get the GpuMat size:
width == number of columns, height == number of rows
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 Size GpuMatGetSize( IntPtr gpuMat ) |
Visual Basic |
---|
Public Shared Function GpuMatGetSize ( _ gpuMat As IntPtr _ ) As Size |
Visual C++ |
---|
public: static Size GpuMatGetSize( IntPtr gpuMat ) |
Parameters
- gpuMat
- Type: System..::..IntPtr
The GpuMat