Click or drag to resize

UMatBitwiseOr Operator (UMat, UMat)

http://www.emgu.com
Perform an element wise OR operation with another mat and return the result

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 apply bitwise OR operation
mat2
Type: Emgu.CVUMat
The second mat to apply bitwise OR operation

Return Value

Type: UMat
The result of the OR operation
See Also