Click or drag to resize

UMatBitwiseAnd Operator (UMat, UMat)

http://www.emgu.com
Perform an element wise AND operation on the two mats

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

Parameters

mat1
Type: Emgu.CVUMat
The first mat to AND
mat2
Type: Emgu.CVUMat
The second mat to AND

Return Value

Type: UMat
The result of the AND operation
See Also