And | Takes 2 binary inputs and acts as an AND logic gate. |
And Multi | Takes any number of binary inputs and acts as an AND logic gate. |
Or | Takes 2 binary inputs and acts as an OR logic gate. |
Or Multi | Takes any number of binary inputs and acts as an OR logic gate. |
Xor | Takes 2 binary inputs and acts as an XOR logic gate. |
Xor Multi | Takes any number of binary inputs and acts as an XOR logic gate. |
Equivalence | Acts as an XNOR gate for 2 binary inputs. |
| |
Having | Keeps only objects having both input layers. |
| |
NOT Having | Keeps only objects that do not touch the other binary layer. |
| |
Invert | Inverts the input binary layer. Same as Complement from binary processing. |
Detection Classifier | Takes 2 binary inputs: ground truth (light blue here, made using a more sensitive segmentation) and predicted (yellow here). Classifies predicted layer into true positives (green), false positives (blue), and false negatives (red). |
| |