MayaFlux 0.3.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 417 of file Logic.hpp.

417{ return m_threshold; }
double m_threshold
Threshold for boolean conversion.
Definition Logic.hpp:590