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

Return Value

Type: MatrixTDepth
Each individual channel of this matrix
See Also