http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Copies each plane of a multi-channel GpuMat to a dedicated GpuMat
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 void Split( IntPtr src, IntPtr dstArray, IntPtr stream ) |
Visual Basic |
---|
Public Shared Sub Split ( _ src As IntPtr, _ dstArray As IntPtr, _ stream As IntPtr _ ) |
Visual C++ |
---|
public: static void Split( IntPtr src, IntPtr dstArray, IntPtr stream ) |
Parameters
- src
- Type: System..::..IntPtr
The multi-channel gpuMat
- dstArray
- Type: System..::..IntPtr
Pointer to an array of single channel GpuMat pointers
- stream
- Type: System..::..IntPtr
Use a Stream to call the function asynchronously (non-blocking) or IntPtr.Zero to call the function synchronously (blocking).