www.emgu.com/wiki Perform an elementwise OR operation with another image and return the result

Declaration Syntax
public Image<TColor, TDepth> Or(
Image<TColor, TDepth> img2
)
Public Function Or ( _
img2 As Image(Of TColor, TDepth) _
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Or(
Image<TColor, TDepth>^ img2
)

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