Click or drag to resize

MatBitwiseAnd Operator (MCvScalar, Mat)

http://www.emgu.com
Perform an element wise AND operation using a mat and a scalar

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static Mat operator &(
	MCvScalar val,
	Mat mat1
)

Parameters

val
Type: Emgu.CV.StructureMCvScalar
The scalar to AND
mat1
Type: Emgu.CVMat
The first mat to AND

Return Value

Type: Mat
The result of the AND operation
See Also