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
srcReadOnlySpan<Mat>dstReadOnlySpan<Mat>fromToint[]