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

Parameters

src1
Type: OpenCvSharpCvArr
The source array.
value
Type: OpenCvSharpCvScalar
Scalar to use in the operation.
dst
Type: OpenCvSharpCvArr
The destination array.
See Also

Reference