Calculates sum of scaled array and another array
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- scale
- Type: OpenCvSharpCvScalar
Scale factor for the first array. - src2
- Type: OpenCvSharpCvArr
The second source array. - dst
- Type: OpenCvSharpCvArr
The destination array
See Also