Click or drag to resize

MatInsertChannel Method

inserts a single channel to dst (coi is 0-based index)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void InsertChannel(
	InputOutputArray dst,
	int coi
)

Parameters

dst
Type: OpenCvSharpInputOutputArray
coi
Type: SystemInt32
See Also