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_SWIPE_1_Data_t Struct Reference

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.

Output : Gesture intermediate code

Definition at line 86 of file tof_gestures_SWIPE_1.h.

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.