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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Matrix<TDepth>[] Split()

Return Value

Type: MatrixTDepth
Each individual channel of this matrix
See Also