CvInvokeAdd Method |
Namespace: Emgu.CV
public static void Add( IInputArray src1, IInputArray src2, IOutputArray dst, IInputArray mask = null, DepthType dtype = DepthType.Default )
Public Shared Sub Add ( src1 As IInputArray, src2 As IInputArray, dst As IOutputArray, Optional mask As IInputArray = Nothing, Optional dtype As DepthType = DepthType.Default )
public: static void Add( IInputArray^ src1, IInputArray^ src2, IOutputArray^ dst, IInputArray^ mask = nullptr, DepthType dtype = DepthType::Default )
static member Add : src1 : IInputArray * src2 : IInputArray * dst : IOutputArray * ?mask : IInputArray * ?dtype : DepthType (* Defaults: let _mask = defaultArg mask null let _dtype = defaultArg dtype DepthType.Default *) -> unit
2016 Emgu Corporation, All Rights Reserved,