OpenCvSharp.NativeMethods.core_flip C# (CSharp) Method

core_flip() private method

private core_flip ( IntPtr src, IntPtr dst, int flipCode ) : void
src IntPtr
dst IntPtr
flipCode int
return void
        public static extern void core_flip(IntPtr src, IntPtr dst, int flipCode);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl, EntryPoint = "core_repeat1")]
NativeMethods