

| MatInsertChannel Method | 
Namespace: OpenCvSharp
 Syntax
Syntaxpublic void InsertChannel( InputOutputArray dst, int coi )
Public Sub InsertChannel ( dst As InputOutputArray, coi As Integer )
public: void InsertChannel( InputOutputArray^ dst, int coi )
member InsertChannel : dst : InputOutputArray * coi : int -> unit
function InsertChannel(dst, coi);
 See Also
See Also