Click or drag to resize

CvInvokeInsertChannel Method

http://www.emgu.com
Insert the specific channel to the image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void InsertChannel(
	IInputArray src,
	IInputOutputArray dst,
	int coi
)

Parameters

src
Type: Emgu.CVIInputArray
The source channel
dst
Type: Emgu.CVIInputOutputArray
The destination image where the channel will be inserted into
coi
Type: SystemInt32
0-based index of the channel to be inserted
See Also