Click or drag to resize

MatSplit Method

Copies each plane of a multi-channel array to a dedicated array

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Mat[] Split()

Return Value

Type: Mat
The number of arrays must match mtx.channels() . The arrays themselves will be reallocated if needed
See Also