CvAndS Method (CvArr, CvScalar, CvArr, CvArr) OpenCvSharp Class Library
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

public static void AndS(
	CvArr src1,
	CvScalar value,
	CvArr dst,
	CvArr mask
)

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

Reference