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

www.emgu.com/wiki
Members
IconMemberDescription
BitwiseAnd(Image<(Of <(TColor, TDepth>)>), Image<(Of <(TColor, TDepth>)>))
Perform an elementwise AND operation on the two images

BitwiseAnd(Image<(Of <(TColor, TDepth>)>), Double)
Perform an elementwise AND operation using an images and a color

BitwiseAnd(Double, Image<(Of <(TColor, TDepth>)>))
Perform an elementwise AND operation using an images and a color

BitwiseAnd(Image<(Of <(TColor, TDepth>)>), TColor)
Perform an elementwise AND operation using an images and a color

BitwiseAnd(TColor, Image<(Of <(TColor, TDepth>)>))
Perform an elementwise AND operation using an images and a color

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