Computes difference between scalar and array
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: OpenCvSharpCvScalar
Scalar to subtract from. - dst
- Type: OpenCvSharpCvArr
The destination array.
See Also