Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_53L0A1 mbed
Fork of 53L0A1_HandGestureRecognition by
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.
| bool handMustCoverBoth |
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.
| int maxSwipeDuration |
Input : Maximum duration of a swipe to be detected
Definition at line 75 of file tof_gestures_DIRSWIPE_1.h.
| int minSwipeDuration |
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.
Generated on Wed Jul 13 2022 14:16:16 by
1.7.2
