http://www.emgu.com
Get all channels for the multi channel matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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