http://www.emgu.com
Get all channels for the multi channel matrix
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Matrix<TDepth>[] Split()
Public Function Split As Matrix(Of TDepth)()
public:
array<Matrix<TDepth>^>^ Split()
member Split : unit -> Matrix<'TDepth>[]
Return Value
Type:
MatrixTDepthEach individual channel of this matrix
See Also