Click or drag to resize

Cv2ExtractChannel Method

extracts a single channel from src (coi is 0-based index)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void ExtractChannel(
	InputArray src,
	OutputArray dst,
	int coi
)

Parameters

src
Type: OpenCvSharpInputArray
dst
Type: OpenCvSharpOutputArray
coi
Type: SystemInt32
See Also