NativeMethodscore_mixChannels Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_mixChannels( IntPtr[] src, uint nsrcs, IntPtr[] dst, uint ndsts, int[] fromTo, uint npairs )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_mixChannels ( src As IntPtr(), nsrcs As UInteger, dst As IntPtr(), ndsts As UInteger, fromTo As Integer(), npairs As UInteger )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_mixChannels( array<IntPtr>^ src, unsigned int nsrcs, array<IntPtr>^ dst, unsigned int ndsts, array<int>^ fromTo, unsigned int npairs )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_mixChannels : src : IntPtr[] * nsrcs : uint32 * dst : IntPtr[] * ndsts : uint32 * fromTo : int[] * npairs : uint32 -> unit
OpenCvSharp.NativeMethods.core_mixChannels = function(src, nsrcs, dst, ndsts, fromTo, npairs);