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

◆ dwell_count()

template<typename LatticeT , typename CellT >
size_t MayaFlux::Kinesis::SymbolicTrajectory< LatticeT, CellT >::dwell_count ( ) const
inline

Consecutive observations that have fallen in the current cell.

Counts how long the trajectory has held its present symbol without crossing. crossings_in_window answers how much movement there has been recently; this answers how settled the point is right now, which is what distinguishes resting inside a cell from passing through it. Reset to one on every crossing, since the observation that crossed is the first one in the new cell.

Definition at line 120 of file SymbolicTrajectory.hpp.

References MayaFlux::Kinesis::SymbolicTrajectory< LatticeT, CellT >::m_dwell.