OpenCvSharp.NativeMethods.core_Mat_dot C# (CSharp) Method

core_Mat_dot() private method

private core_Mat_dot ( IntPtr self, IntPtr m ) : double
self System.IntPtr
m System.IntPtr
return double
        public static extern double core_Mat_dot(IntPtr self, IntPtr m);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods