| MatSplit Method |
Copies each plane of a multi-channel array to a dedicated array
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax Public Function Split As Mat()
public:
array<Mat^>^ Split()
member Split : unit -> Mat[]
Return Value
Type:
MatThe number of arrays must match mtx.channels() .
The arrays themselves will be reallocated if needed
See Also