OpenCvSharp.NativeMethods.core_reduce C# (CSharp) Method

core_reduce() private method

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