OpenCvSharp.NativeMethods.core_norm C# (CSharp) Method

core_norm() private method

private core_norm ( IntPtr src1, IntPtr src2, int normType, IntPtr mask ) : double
src1 IntPtr
src2 IntPtr
normType int
mask IntPtr
return double
        public static extern double core_norm(IntPtr src1, IntPtr src2,
                                               int normType, IntPtr mask);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]

Same methods

NativeMethods::core_norm ( IntPtr src1, int normType, IntPtr mask ) : double
NativeMethods