OpenCvSharp.NativeMethods.core_insertChannel C# (CSharp) Method

core_insertChannel() private method

private core_insertChannel ( IntPtr src, IntPtr dst, int coi ) : void
src IntPtr
dst IntPtr
coi int
return void
        public static extern void core_insertChannel(IntPtr src, IntPtr dst, int coi);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods