|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Nodes::Generator::Logic::Logic | ( | LogicOperator | op, |
| double | threshold = 0.5 |
||
| ) |
Constructs a Logic node with a specific boolean operator.
| op | Boolean operator to apply |
| threshold | Decision boundary for binary quantization |
Creates a Logic node configured with one of the standard boolean operations (AND, OR, XOR, etc.) using the specified threshold for binary quantization of inputs.
Definition at line 30 of file Logic.cpp.