Overload List
Name | Description |
---|---|
And(TColor) | Perform an binary AND operation with some color |
And(Image<(Of <<'(TColor, TDepth>)>>)) | Perform an elementwise AND operation with another image and return the result |
And(TColor, Image<(Of <<'(Gray, Byte>)>>)) | Perform an binary AND operation with some color using a mask |
And(Image<(Of <<'(TColor, TDepth>)>>), Image<(Of <<'(Gray, Byte>)>>)) |
Perform an elementwise AND operation with another image, using a mask, and return the result
|