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

◆ ThresholdLatch()

MayaFlux::Kinesis::ThresholdLatch::ThresholdLatch ( double  engage,
double  release 
)
inline

Construct a latch.

Parameters
engageValue at or above which the latch turns on
releaseValue at or below which the latch turns off; should be below engage

Definition at line 388 of file FeatureExtent.hpp.

389 : m_engage(engage)
390 , m_release(release)
391 {
392 }