Click or drag to resize

UMatBitwiseOr Operator (MCvScalar, UMat)

http://www.emgu.com
Perform an binary OR operation with some scalar

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

Parameters

val
Type: Emgu.CV.StructureMCvScalar
The color to OR
mat1
Type: Emgu.CVUMat
The mat to OR

Return Value

Type: UMat
The result of the OR operation
See Also