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

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Image<TColor, TDepth> Or(
	TColor val,
	Image<Gray, byte> mask
)

Parameters

val
Type: TColor
The color for the OR operation
mask
Type: Emgu.CVImageGray, Byte
The mask for the OR operation

Return Value

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