ImageTColor, TDepthBitwiseAnd Operator |
| Name | Description | |
|---|---|---|
| BitwiseAnd(Double, ImageTColor, TDepth) |
Perform an element wise AND operation using an images and a color
| |
| BitwiseAnd(TColor, ImageTColor, TDepth) |
Perform an element wise AND operation using an images and a color
| |
| BitwiseAnd(ImageTColor, TDepth, ImageTColor, TDepth) |
Perform an element wise AND operation on the two images
| |
| BitwiseAnd(ImageTColor, TDepth, Double) |
Perform an element wise AND operation using an images and a color
| |
| BitwiseAnd(ImageTColor, TDepth, TColor) |
Perform an element wise AND operation using an images and a color
|