
| Project ↗ | Documentation ↗ | — | Tutorials ↗ | How To's ↗ | Explanations ↗ | References |
| Entry ↗ | — | Sections ↘ | Permuted Sections ↘ | Names ↘ | Permuted Names ↘ | Strict ↘ | Implementations ↘ |
Documentation -- Reference Pages -- transform math binary logical
Table Of Contents
Operators
Operators
↑ aktive op math nand
Syntax: aktive op math nand a b [→ definition]
Returns image with the binary operation !(A && B) applied to all shared pixels of the two inputs.
The result geometry is the intersection of the inputs.
As a logical operation the inputs are trivially thresholded at 0.5. Values <= 0.5 are seen as false, else as true.
| Input | Description |
|---|---|
| a | Image A |
| b | Image B |
↑ aktive op math nor
Syntax: aktive op math nor a b [→ definition]
Returns image with the binary operation !(A || B) applied to all shared pixels of the two inputs.
The result geometry is the intersection of the inputs.
As a logical operation the inputs are trivially thresholded at 0.5. Values <= 0.5 are seen as false, else as true.
| Input | Description |
|---|---|
| a | Image A |
| b | Image B |