GestureRecognitionToolkit  Version: 0.2.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
ThresholdCrossingDetector Member List

This is the complete list of members for ThresholdCrossingDetector, including all inherited members.

analysisMode (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
AnalysisModes enum name (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
analysisValue (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
currentSearchState (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
derivative (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
DERIVATIVE_ANALYSIS_MODE enum value (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
DetectionTimeoutMode enum name (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
detectionTimeoutMode (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
enableSearch (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
getAnalysisMode() const ThresholdCrossingDetector
getAnalysisValue() const ThresholdCrossingDetector
getEnableSearch() const ThresholdCrossingDetector
getHysteresisThreshold() const ThresholdCrossingDetector
getLowerThreshold() const ThresholdCrossingDetector
getOffsetFilterSize() const ThresholdCrossingDetector
getSearchTimeoutCounter()ThresholdCrossingDetector
getSearchTimeoutDuration() const ThresholdCrossingDetector
getSearchWindowIndex() const ThresholdCrossingDetector
getSearchWindowSize() const ThresholdCrossingDetector
getThresholdCrossingDetected() const ThresholdCrossingDetector
getThresholdCrossingMode() const ThresholdCrossingDetector
getUpperThreshold() const ThresholdCrossingDetector
HYSTERESIS_THRESHOLD enum value (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
hysteresisThreshold (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
LOWER_THEN_UPPER_THRESHOLD_CROSSING enum value (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
LOWER_THRESHOLD_CROSSING enum value (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
lowerThreshold (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
MOVING_OFFSET_ANALYSIS_MODE enum value (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
movingAverageFilter (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
NO_SEARCH_GATE_TIME_OUT enum value (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
offsetFilterSize (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
operator=(const ThresholdCrossingDetector &rhs)ThresholdCrossingDetector
RAW_DATA_ANALYSIS_MODE enum value (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
reset()ThresholdCrossingDetector
SEARCHING_FOR_FIRST_THRESHOLD_CROSSING enum value (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
SEARCHING_FOR_SECOND_THRESHOLD_CROSSING enum value (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
SearchStates enum name (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
searchTimeoutCounter (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
searchTimeoutDuration (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
searchWindowIndex (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
searchWindowSize (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
setAnalysisMode(const UINT analysisMode)ThresholdCrossingDetector
setDetectionTimeoutMode(const UINT detectionTimeoutMode)ThresholdCrossingDetector
setEnableSearch(const bool enableSearch)ThresholdCrossingDetector
setHysteresisThreshold(const Float hysteresisThreshold)ThresholdCrossingDetector
setLowerThreshold(const Float lowerThreshold)ThresholdCrossingDetector
setOffsetFilterSize(const UINT offsetFilterSize)ThresholdCrossingDetector
setSearchTimeoutDuration(const UINT searchTimeoutDuration)ThresholdCrossingDetector
setSearchWindowSize(const UINT searchWindowSize)ThresholdCrossingDetector
setThresholdCrossingMode(const UINT thresholdCrossingMode)ThresholdCrossingDetector
setUpperThreshold(const Float upperThreshold)ThresholdCrossingDetector
thresholdCrossingDetected (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
ThresholdCrossingDetector(UINT analysisMode=RAW_DATA_ANALYSIS_MODE, UINT thresholdCrossingMode=UPPER_THRESHOLD_CROSSING, UINT detectionTimeoutMode=TIMEOUT_COUNTER, Float lowerThreshold=-1, Float upperThreshold=1, Float hysteresisThreshold=0, UINT searchWindowSize=20, UINT searchTimeoutDuration=1000, UINT offsetFilterSize=10)ThresholdCrossingDetector
ThresholdCrossingDetector(const ThresholdCrossingDetector &rhs)ThresholdCrossingDetector
thresholdCrossingMode (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
ThresholdCrossingModes enum name (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
TIMEOUT_COUNTER enum value (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
triggerSearchTimeout()ThresholdCrossingDetector
update(const Float x)ThresholdCrossingDetector
UPPER_OR_LOWER_THRESHOLD_CROSSING enum value (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
UPPER_THEN_LOWER_THRESHOLD_CROSSING enum value (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
UPPER_THRESHOLD_CROSSING enum value (defined in ThresholdCrossingDetector)ThresholdCrossingDetector
upperThreshold (defined in ThresholdCrossingDetector)ThresholdCrossingDetectorprotected
~ThresholdCrossingDetector()ThresholdCrossingDetector