Overload List

NameDescription
BitwiseAnd(Double, Image<(Of <<'(TColor, TDepth>)>>))
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
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(Image<(Of <<'(TColor, TDepth>)>>), TColor)
Perform an elementwise AND operation using an images and a color

See Also