Click or drag to resize

NativeMethodscore_mixChannels Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void core_mixChannels(
	IntPtr[] src,
	uint nsrcs,
	IntPtr[] dst,
	uint ndsts,
	int[] fromTo,
	uint npairs
)

Parameters

src
Type: SystemIntPtr
nsrcs
Type: SystemUInt32
dst
Type: SystemIntPtr
ndsts
Type: SystemUInt32
fromTo
Type: SystemInt32
npairs
Type: SystemUInt32
See Also