CvInvokeDivide Method |
Namespace: Emgu.CV
public static void Divide( IInputArray src1, IInputArray src2, IOutputArray dst, double scale = 1, DepthType dtype = DepthType.Default )
Public Shared Sub Divide ( src1 As IInputArray, src2 As IInputArray, dst As IOutputArray, Optional scale As Double = 1, Optional dtype As DepthType = DepthType.Default )
public: static void Divide( IInputArray^ src1, IInputArray^ src2, IOutputArray^ dst, double scale = 1, DepthType dtype = DepthType::Default )
static member Divide : src1 : IInputArray * src2 : IInputArray * dst : IOutputArray * ?scale : float * ?dtype : DepthType (* Defaults: let _scale = defaultArg scale 1 let _dtype = defaultArg dtype DepthType.Default *) -> unit
2016 Emgu Corporation, All Rights Reserved,