Calculates per-element bit-wise conjunction of array and scalar
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- value
- Type: OpenCvSharpCvScalar
Scalar to use in the operation. - dst
- Type: OpenCvSharpCvArr
The destination array.
See Also