Emgu CV Library Documentation
BitwiseOr Method
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)BitwiseOr()()()

www.emgu.com/wiki
Members
IconMemberDescription
BitwiseOr(Image<(Of <(TColor, TDepth>)>), Image<(Of <(TColor, TDepth>)>))
Perform an elementwise OR operation with another image and return the result

BitwiseOr(Image<(Of <(TColor, TDepth>)>), Double)
Perform an binary OR operation with some color

BitwiseOr(Double, Image<(Of <(TColor, TDepth>)>))
Perform an binary OR operation with some color

BitwiseOr(Image<(Of <(TColor, TDepth>)>), TColor)
Perform an binary OR operation with some color

BitwiseOr(TColor, Image<(Of <(TColor, TDepth>)>))
Perform an binary OR operation with some color

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)