View source on GitHub |
The gesture recognition result from GestureRecognizer, where each vector element represents a single hand detected in the image.
mp.tasks.vision.GestureRecognizerResult(
gestures: List[List[category_module.Category]],
handedness: List[List[category_module.Category]],
hand_landmarks: List[List[landmark_module.NormalizedLandmark]],
hand_world_landmarks: List[List[landmark_module.Landmark]]
)
Methods
__eq__
__eq__(
other
)