Click or drag to resize

MatExtractChannel 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 Mat ExtractChannel(
	int coi
)

Parameters

coi
Type: SystemInt32

Return Value

Type: Mat
See Also