Table of Contents

Method MixChannels

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

MixChannels(ReadOnlySpan<Mat>, ReadOnlySpan<Mat>, int[])

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

public static void MixChannels(ReadOnlySpan<Mat> src, ReadOnlySpan<Mat> dst, int[] fromTo)

Parameters

src ReadOnlySpan<Mat>
dst ReadOnlySpan<Mat>
fromTo int[]