MLGestureClassificationStaticData
Module: Gesture Classification System
Static information about the gesture classification. More...
#include <ml_gesture_classification.h>
Public Attributes
| Type | Name |
|---|---|
| uint32_t | version |
| MLCoordinateFrameUID[MLGestureClassificationHandType_Count] | hand_interaction |
| MLCoordinateFrameUID[MLGestureClassificationHandType_Count] | hand_transform |
Detailed Description
struct MLGestureClassificationStaticData;
Static information about the gesture classification.
Populate with MLGestureClassificationGetStaticData(). This structure must be initialized by calling MLGestureClassificationStaticDataInit() before use.
API Level:
- 20
Public Attributes Documentation
version
uint32_t version;
Version of this structure.
hand_interaction
MLCoordinateFrameUID[MLGestureClassificationHandType_Count] hand_interaction;
| Type | Description |
|---|---|
| MLCoordinateFrameUID[MLGestureClassificationHandType_Count] | [MLGestureClassificationHandType_Count] |
CFUID for hands' interaction point transform based on the current posture type.
hand_transform
MLCoordinateFrameUID[MLGestureClassificationHandType_Count] hand_transform;
| Type | Description |
|---|---|
| MLCoordinateFrameUID[MLGestureClassificationHandType_Count] | [MLGestureClassificationHandType_Count] |
CFUID for hands' center point transform.