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_SWIPE_1_Data_t Struct Reference
[Single SWIPE (1)]
Data structure for single swipe gesture detection. More...
#include <tof_gestures_SWIPE_1.h>
Data Fields | |
| int | gestureCode |
| ring_buffer | rangeList |
| int | meanBackground |
| int | meanHand |
| int | timestamp |
| int | cpt |
Detailed Description
Data structure for single swipe gesture detection.
Definition at line 85 of file tof_gestures_SWIPE_1.h.
Field Documentation
| int cpt |
Private : Internal counter
Definition at line 91 of file tof_gestures_SWIPE_1.h.
| int gestureCode |
Output : Gesture intermediate code
Definition at line 86 of file tof_gestures_SWIPE_1.h.
| int meanBackground |
Private : Mean distance of the background
Definition at line 88 of file tof_gestures_SWIPE_1.h.
| int meanHand |
Private : Mean distance of the detected hand/object
Definition at line 89 of file tof_gestures_SWIPE_1.h.
Private : List of range samples
Definition at line 87 of file tof_gestures_SWIPE_1.h.
| int timestamp |
Private : Used for internal timing
Definition at line 90 of file tof_gestures_SWIPE_1.h.
Generated on Wed Jul 13 2022 14:16:16 by
1.7.2
