Split current GpuMat into an array of single channel GpuMat where each element in the array represent a single channel of the original GpuMat

Namespace: Emgu.CV.GPU
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1062 (2.2.1.1062)

Syntax

         
 C#  Visual Basic  Visual C++ 
public GpuMat<TDepth>[] Split()
Public Function Split As GpuMat(Of TDepth)()
public:
array<GpuMat<TDepth>^>^ Split()

Return Value

An array of single channel GpuMat where each element in the array represent a single channel of the original GpuMat

See Also