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