Expand description
C Bindings
Constants§
- HISTORY_
SIZE - The history size.
- RES_X
- The horizontal sensor resolution.
- RES_Y
- The vertical sensor resolution.
Functions§
- coords_
cartesian_ from_ spherical - Converts spherical to cartesian coordinates
- coords_
spherical_ from_ cartesian - Converts cartesian to spherical coordinates
- gesture_
recognizer_ new - A new gesture recognizer with the given parameters.
- gesture_
recognizer_ reset - Resets the gesture recognizer with the given parameters. Clears the history, ongoing predictions and resets the internal state.
- gesture_
recognizer_ update - Updates the gesture recognizer with a new measurement and time.
- recognizer_
params_ default - Default recognizer parameters, providing a good starting point for gesture recognition
- recognizer_
result_ default - Default result, meaning no hand is found and no gestures are recognized. Used to initialize the result before passing it to the recognizer
- sensor_
measurement_ invalid - Creates an invalid measurement ( distances are set to -1.0 )
- sensor_
params_ default_ vl53l5cx - Default sensor parameters for the ST VL53L5CX TOF-Sensor