Click or drag to resize

Cv2MixChannels Method

copies selected channels from the input arrays to the selected channels of the output arrays

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void MixChannels(
	Mat[] src,
	Mat[] dst,
	int[] fromTo
)

Parameters

src
Type: OpenCvSharpMat
dst
Type: OpenCvSharpMat
fromTo
Type: SystemInt32
See Also