NativeMethodscore_mixChannels Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_mixChannels(System.IntPtr[],System.UInt32,System.IntPtr[],System.UInt32,System.Int32[],System.UInt32)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void core_mixChannels(
	IntPtr[] src,
	uint nsrcs,
	IntPtr[] dst,
	uint ndsts,
	int[] fromTo,
	uint npairs
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_mixChannels(System.IntPtr[],System.UInt32,System.IntPtr[],System.UInt32,System.Int32[],System.UInt32)"]

nsrcs
Type: SystemUInt32

[Missing <param name="nsrcs"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_mixChannels(System.IntPtr[],System.UInt32,System.IntPtr[],System.UInt32,System.Int32[],System.UInt32)"]

dst
Type: SystemIntPtr

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_mixChannels(System.IntPtr[],System.UInt32,System.IntPtr[],System.UInt32,System.Int32[],System.UInt32)"]

ndsts
Type: SystemUInt32

[Missing <param name="ndsts"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_mixChannels(System.IntPtr[],System.UInt32,System.IntPtr[],System.UInt32,System.Int32[],System.UInt32)"]

fromTo
Type: SystemInt32

[Missing <param name="fromTo"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_mixChannels(System.IntPtr[],System.UInt32,System.IntPtr[],System.UInt32,System.Int32[],System.UInt32)"]

npairs
Type: SystemUInt32

[Missing <param name="npairs"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_mixChannels(System.IntPtr[],System.UInt32,System.IntPtr[],System.UInt32,System.Int32[],System.UInt32)"]

See Also

Reference