OpenCvSharp.NativeMethods.core_normalize C# (CSharp) Method

core_normalize() private method

private core_normalize ( IntPtr src, IntPtr dst, double alpha, double beta, int normType, int dtype, IntPtr mask ) : void
src IntPtr
dst IntPtr
alpha double
beta double
normType int
dtype int
mask IntPtr
return void
        public static extern void core_normalize(IntPtr src, IntPtr dst, double alpha, double beta,
                             int normType, int dtype, IntPtr mask);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl, EntryPoint = "core_minMaxLoc1")]
NativeMethods