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

Declaration Syntax
public static Image<TColor, TDepth> operator |(
double val,
Image<TColor, TDepth> img1
)
Public Shared Operator Or ( _
val As Double, _
img1 As Image(Of TColor, TDepth) _
) As Image(Of TColor, TDepth)
public:
static Image<TColor, TDepth>^ operator |(
double val,
Image<TColor, TDepth>^ img1
)

Return Value
The result of the OR operation
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)