Information about the gesture performed by the user. More...
Data Fields | |
ManoClass | mano_class |
Class or gesture family. More... | |
ManoGestureContinuous | mano_gesture_continuous |
Continuous gestures are those that are mantained throug multiple frames. More... | |
ManoGestureTrigger | mano_gesture_trigger |
Trigger gestures are those that happen in one frame. More... | |
int | state |
State is the information of the pose of the hand depending on each class The values go from 0 (most open) to 13 (most closed) More... | |
HandSide | hand_side |
Represents which side of the hand is seen by the camera. More... | |
LeftOrRightHand | left_right_hand |
Information if the hand visiable by the camera is right, left or no hand. More... | |
Information about the gesture performed by the user.
HandSide GestureInfo.hand_side |
Represents which side of the hand is seen by the camera.
LeftOrRightHand GestureInfo.left_right_hand |
Information if the hand visiable by the camera is right, left or no hand.
ManoClass GestureInfo.mano_class |
Class or gesture family.
ManoGestureContinuous GestureInfo.mano_gesture_continuous |
Continuous gestures are those that are mantained throug multiple frames.
ManoGestureTrigger GestureInfo.mano_gesture_trigger |
Trigger gestures are those that happen in one frame.
int GestureInfo.state |
State is the information of the pose of the hand depending on each class The values go from 0 (most open) to 13 (most closed)