http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Get all channels for the multi channel matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public Matrix<TDepth>[] Split() |
Visual Basic |
---|
Public Function Split As Matrix(Of TDepth)() |
Visual C++ |
---|
public: array<Matrix<TDepth>^>^ Split() |