OpenCvSharp.NativeMethods.core_max_MatDouble C# (CSharp) Method

core_max_MatDouble() private method

private core_max_MatDouble ( IntPtr src1, double src2, IntPtr dst ) : void
src1 IntPtr
src2 double
dst IntPtr
return void
        public static extern void core_max_MatDouble(IntPtr src1, double src2, IntPtr dst);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods