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

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

Output : Gesture intermediate code

Definition at line 76 of file tof_gestures_TAP_1.h.

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.

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.