NativeMethodscore_addWeighted Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_addWeighted( IntPtr src1, double alpha, IntPtr src2, double beta, double gamma, IntPtr dst, int dtype )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_addWeighted ( src1 As IntPtr, alpha As Double, src2 As IntPtr, beta As Double, gamma As Double, dst As IntPtr, dtype As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_addWeighted( IntPtr src1, double alpha, IntPtr src2, double beta, double gamma, IntPtr dst, int dtype )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_addWeighted : src1 : IntPtr * alpha : float * src2 : IntPtr * beta : float * gamma : float * dst : IntPtr * dtype : int -> unit
OpenCvSharp.NativeMethods.core_addWeighted = function(src1, alpha, src2, beta, gamma, dst, dtype);