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

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

And(Image<(Of <(TColor, TDepth>)>), Image<(Of <(Gray, Byte>)>))
Perform an elementwise AND operation with another image, using a mask, and return the result

And(TColor)
Perform an binary AND operation with some color

And(TColor, Image<(Of <(Gray, Byte>)>))
Perform an binary AND operation with some color using a mask

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