sensorfw
|
Filter for providing the Orientation.IsStable context property. More...
#include <stabilityfilter.h>
Public Slots | |
void | timeoutTriggered () |
Public Member Functions | |
StabilityFilter (Property *stableProperty, Property *unstableProperty, double lowThreshold, double highThreshold, double hysteresis=0.0) | |
Filter for providing the Orientation.IsStable context property.
StabilityFilter computes the Orientation.IsStable property from a QPair<double, double> which contains the moving average and moving variance of the data. StabilityFilter pushes the data forward unchanged.
Definition at line 50 of file stabilityfilter.h.
StabilityFilter::StabilityFilter | ( | Property * | stableProperty, |
Property * | unstableProperty, | ||
double | lowThreshold, | ||
double | highThreshold, | ||
double | hysteresis = 0.0 |
||
) |
|
slot |