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

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

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