Calculates per-element product of two arrays
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src1
- Type: OpenCvSharp.CvArr
The first source array. - src2
- Type: OpenCvSharp.CvArr
The second source array. - dst
- Type: OpenCvSharp.CvArr
The destination array. - scale
- Type: System.Double
Optional scale factor
See Also