Get all channels for the multi channel matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

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

Return Value

Each individual channel of this matrix

See Also