Click or drag to resize

MatrixTDepthSplit Method

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
Syntax
public Matrix<TDepth>[] Split()

Return Value

Type: MatrixTDepth
Each individual channel of this matrix
See Also