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_TAP_1_Data_t Struct Reference
[Single TAP (1)]
Data structure for single tap gesture detection. More...
#include <tof_gestures_TAP_1.h>
Data Fields | |
| int | MinBackGroundDistance |
| int | gestureCode |
| ring_buffer | rangeList |
| int | timestampLastDetectedTap |
| int | nbOfDataToDecide |
| int | meanBackground |
| int | timestamp |
Detailed Description
Data structure for single tap gesture detection.
Definition at line 74 of file tof_gestures_TAP_1.h.
Field Documentation
| int gestureCode |
Output : Gesture intermediate code
Definition at line 76 of file tof_gestures_TAP_1.h.
| int meanBackground |
Private : Mean distance of the background
Definition at line 80 of file tof_gestures_TAP_1.h.
Input : Minimum background distance (typically 300 mm). Set to big value if no background detected in final application.
Definition at line 75 of file tof_gestures_TAP_1.h.
| int nbOfDataToDecide |
Private : Number of range data collected to detect a TAP in a very robust way
Definition at line 79 of file tof_gestures_TAP_1.h.
Private : List of range samples
Definition at line 77 of file tof_gestures_TAP_1.h.
| int timestamp |
Private : Used for internal timing
Definition at line 81 of file tof_gestures_TAP_1.h.
Private : Time of the last detected TAP
Definition at line 78 of file tof_gestures_TAP_1.h.
Generated on Wed Jul 13 2022 14:16:16 by
1.7.2
