http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Returns true iff the GpuMatrix data is continuous
(i.e. when there are no gaps between successive 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 bool GpuMatIsContinuous( IntPtr gpuMat ) |
Visual Basic |
---|
Public Shared Function GpuMatIsContinuous ( _ gpuMat As IntPtr _ ) As Boolean |
Visual C++ |
---|
public: static bool GpuMatIsContinuous( IntPtr gpuMat ) |
Parameters
- gpuMat
- Type: System..::..IntPtr
The GpuMat to be checked