OpenCvSharp.NativeMethods.core_Mat_operatorGT_DoubleMat C# (CSharp) Method

core_Mat_operatorGT_DoubleMat() private method

private core_Mat_operatorGT_DoubleMat ( double a, IntPtr b ) : IntPtr
a double
b IntPtr
return IntPtr
        public static extern IntPtr core_Mat_operatorGT_DoubleMat(double a, IntPtr b);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods