Click or drag to resize

MatBitwiseOr Operator (Double, Mat)

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

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

Parameters

val
Type: SystemDouble
The color to OR
mat1
Type: Emgu.CVMat
The mat to OR

Return Value

Type: Mat
The result of the OR operation
See Also