Finds per-element minimum of array and scalar
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: OpenCvSharpCvArr
The first source array. - value
- Type: SystemDouble
The scalar value. - dst
- Type: OpenCvSharpCvArr
The destination array.
See Also