Skip to main content

Meta_Gesture

Module: Metanodes / Definitions

A Gesture contains data for matching a gesture or pose.

#include <meta_script.hpp>

Public Types

TypeName
enumGestureType { GestureType_Gesture, GestureType_Pose }
Values for Idx_Type.
enumIDX { Idx_Name, Idx_Type, Idx_Data, Idx_Hash, Idx_AngleTolerance, Idx_DetectionThreshold, Idx_PathLengthTolerance }
Property index.

Public Types Documentation

enum GestureType

EnumeratorValueDescription
GestureType_GestureSymbols - C: "TypeGesture", Lua: __Gesture_TypeGesture
GestureType_PoseSymbols - C: "TypePose", Lua: __Gesture_TypePose

Values for Idx_Type.

enum IDX

EnumeratorValueDescription
Idx_Namestring - The name of the template gesture.
Idx_TypeGestureType (int) - Whether the gesture is a pose or a gesture.
Idx_Datavector<float> - The recorded data for the gesture.
Idx_Hashint - A hash of the data, so that we can compare them quickly.
Idx_AngleTolerancefloat - How much of an angle to allow rotating the gesture to match template gestures
Idx_DetectionThresholdfloat - The threshold for detecting this gesture
Idx_PathLengthTolerancefloat - Maximum percentage difference between test gesture and template gesture path length when matching.

Property index.