MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_threshold()

double MayaFlux::Nodes::Generator::Logic::get_threshold ( ) const
inline

Gets the decision boundary for binary quantization.

Returns
Current threshold value

Definition at line 416 of file Logic.hpp.

416{ return m_threshold; }
double m_threshold
Threshold for boolean conversion.
Definition Logic.hpp:602