OpenCvSharp.NativeMethods.core_convertScaleAbs C# (CSharp) Method

core_convertScaleAbs() private method

private core_convertScaleAbs ( IntPtr src, IntPtr dst, double alpha, double beta ) : void
src IntPtr
dst IntPtr
alpha double
beta double
return void
        public static extern void core_convertScaleAbs(IntPtr src, IntPtr dst, double alpha, double beta);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods