OpenCvSharp.NativeMethods.core_Mat_operatorAnd_MatDouble C# (CSharp) Method

core_Mat_operatorAnd_MatDouble() private method

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