CvInvokeAddWeighted Method |
Namespace: Emgu.CV
public static void AddWeighted( IInputArray src1, double alpha, IInputArray src2, double beta, double gamma, IOutputArray dst, DepthType dtype = DepthType.Default )
Public Shared Sub AddWeighted ( src1 As IInputArray, alpha As Double, src2 As IInputArray, beta As Double, gamma As Double, dst As IOutputArray, Optional dtype As DepthType = DepthType.Default )
public: static void AddWeighted( IInputArray^ src1, double alpha, IInputArray^ src2, double beta, double gamma, IOutputArray^ dst, DepthType dtype = DepthType::Default )
static member AddWeighted : src1 : IInputArray * alpha : float * src2 : IInputArray * beta : float * gamma : float * dst : IOutputArray * ?dtype : DepthType (* Defaults: let _dtype = defaultArg dtype DepthType.Default *) -> unit
2019 Emgu Corporation, All Rights Reserved,