ST / Mbed 2 deprecated 53L0A1_HandGestureRecognition

Dependencies:   X_NUCLEO_53L0A1 mbed

Fork of 53L0A1_HandGestureRecognition by Licio Mapelli

Embed: (wiki syntax)

« Back to documentation index

Gesture_DIRSWIPE_1_Data_t Struct Reference

Gesture_DIRSWIPE_1_Data_t Struct Reference
[Directional SWIPE (1)]

Data structure for directional swipes detection (using two ranging devices) More...

#include <tof_gestures_DIRSWIPE_1.h>

Data Fields

int minSwipeDuration
int maxSwipeDuration
bool handMustCoverBoth
MotionData_t motionDetectorLeft
MotionData_t motionDetectorRight
int state
bool gesture_start_from_right
int timestamp

Detailed Description

Data structure for directional swipes detection (using two ranging devices)

Definition at line 73 of file tof_gestures_DIRSWIPE_1.h.


Field Documentation

Private : Obvious

Definition at line 80 of file tof_gestures_DIRSWIPE_1.h.

Input : If set to true, hand must cover both devices at some point to get a detected swipes

Definition at line 76 of file tof_gestures_DIRSWIPE_1.h.

Input : Maximum duration of a swipe to be detected

Definition at line 75 of file tof_gestures_DIRSWIPE_1.h.

Input : Minimum duration of a swipe to be detected

Definition at line 74 of file tof_gestures_DIRSWIPE_1.h.

Private : Motion detector associated to the left ranging device

Definition at line 77 of file tof_gestures_DIRSWIPE_1.h.

Private : Motion detector associated to the right ranging device

Definition at line 78 of file tof_gestures_DIRSWIPE_1.h.

int state

Private : Internal state machine

Definition at line 79 of file tof_gestures_DIRSWIPE_1.h.

int timestamp

Private : Obvious

Definition at line 81 of file tof_gestures_DIRSWIPE_1.h.