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