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

Return Value

Type: MatrixTDepth
Each individual channel of this matrix
See Also