Click or drag to resize
ImageTColor, TDepthOr Method (TColor)
http://www.emgu.com
Perform an elementwise OR operation with some color

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Image<TColor, TDepth> Or(
	TColor val
)

Parameters

val
Type: TColor
The value for the OR operation

Return Value

Type: ImageTColor, TDepth
The result of the OR operation
See Also