ImageTColor, TDepthAnd Method |
| Name | Description | |
|---|---|---|
| And(TColor) | Perform an binary AND operation with some color | |
| And(ImageTColor, TDepth) | Perform an elementwise AND operation with another image and return the result | |
| And(TColor, ImageGray, Byte) | Perform an binary AND operation with some color using a mask | |
| And(ImageTColor, TDepth, ImageGray, Byte) |
Perform an elementwise AND operation with another image, using a mask, and return the result
|