Copies each plane of a multi-channel array to a dedicated array
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1062 (2.2.1.1062)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public static void gpuMatSplit(
IntPtr src,
IntPtr dstArray
)
Public Shared Sub gpuMatSplit ( _
src As IntPtr, _
dstArray As IntPtr _
)
public:
static void gpuMatSplit(
IntPtr src,
IntPtr dstArray
)
Parameters
- src
- IntPtr
The multi-channel gpuMat
- dstArray
- IntPtr
Pointer to an array of single channel GpuMat pointers
See Also