Calculates per-element bit-wise disjunction of array and scalar
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src1
- Type: OpenCvSharpCvArr
The source array. - value
- Type: OpenCvSharpCvScalar
Scalar to use in the operation. - dst
- Type: OpenCvSharpCvArr
The destination array. - mask
- Type: OpenCvSharpCvArr
Operation mask, 8-bit single channel array; specifies elements of destination array to be changed.
See Also