Performs per-element division of two arrays or a scalar by an array.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void Divide( double scale, InputArray src2, OutputArray dst, int dtype = -1 )
Parameters
- scale
- Type: SystemDouble
Scale factor - src2
- Type: OpenCvSharp.CPlusPlusInputArray
The first source array - dst
- Type: OpenCvSharp.CPlusPlusOutputArray
The destination array; will have the same size and same type as src2 - dtype (Optional)
- Type: SystemInt32
[Missing <param name="dtype"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.Divide(System.Double,OpenCvSharp.CPlusPlus.InputArray,OpenCvSharp.CPlusPlus.OutputArray,System.Int32)"]
See Also