Performs per-element division of two arrays
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src1
- Type: OpenCvSharpCvArr
The first source array. If the pointer is NULL, the array is assumed to be all 1’s. - src2
- Type: OpenCvSharpCvArr
The second source array. - dst
- Type: OpenCvSharpCvArr
The destination array.
See Also