Skip to main content
Version: 20 Mar 2024

MLGestureClassificationData

Module: Gesture Classification System

Data which is received when querying tracker from MLGestureClassificationGetData(). More...

#include <ml_gesture_classification.h>

Public Attributes

TypeName
uint32_tversion
MLGestureClassificationState[MLGestureClassificationHandType_Count]hand_state

Detailed Description

struct MLGestureClassificationData;

Data which is received when querying tracker from MLGestureClassificationGetData().

This structure must be initialized by calling MLGestureClassificationDataInit() before use.

API Level:

  • 20

Public Attributes Documentation

version

uint32_t version;

Version of this structure.


hand_state

MLGestureClassificationState[MLGestureClassificationHandType_Count] hand_state;
TypeDescription
MLGestureClassificationState[MLGestureClassificationHandType_Count]Gesture classification state of a single hand. [MLGestureClassificationHandType_Count]

Gesture classification state of the left and right hand.