Click or drag to resize

CvInvokeExtractChannel Method

http://www.emgu.com
Extract the specific channel from 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 ExtractChannel(
	IInputArray src,
	IOutputArray dst,
	int coi
)

Parameters

src
Type: Emgu.CVIInputArray
The source image
dst
Type: Emgu.CVIOutputArray
The channel
coi
Type: SystemInt32
0 based index of the channel to be extracted
See Also