www.emgu.com/wiki
Perform an elementwise AND operation using an images and a color

Declaration Syntax
public static Image<TColor, TDepth> operator &(
TColor val,
Image<TColor, TDepth> img1
)
Public Shared Operator And ( _
val As TColor, _
img1 As Image(Of TColor, TDepth) _
) As Image(Of TColor, TDepth)
public:
static Image<TColor, TDepth>^ operator &(
TColor val,
Image<TColor, TDepth>^ img1
)

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