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
- src1
- Type: OpenCvSharp.CvArr
The source array. - value
- Type: OpenCvSharp.CvScalar
Scalar to use in the operation. - dst
- Type: OpenCvSharp.CvArr
The destination array. - mask
- Type: OpenCvSharp.CvArr
Operation mask, 8-bit single channel array; specifies elements of destination array to be changed.
See Also