MayaFlux 0.2.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 413 of file Logic.hpp.

413{ return m_threshold; }
double m_threshold
Threshold for boolean conversion.
Definition Logic.hpp:576