com.google.mlkit.vision.pose
Stay organized with collections
Save and categorize content based on your preferences.
Spark icon
Page Summary
-
Annotations include options for detector mode and hardware configuration, as well as landmark types for pose detection.
-
The PoseDetector interface is used to find poses in a supplied image.
-
Classes include Pose, which is the result of pose detection, PoseDetection, which is the entry point to get a PoseDetector, PoseDetectorOptionsBase for base options, and PoseLandmark representing one pose landmark.
Annotations
PoseDetectorOptionsBase.DetectorMode
The detector mode which indicates whether
detection is for single image or for streaming.
PoseDetectorOptionsBase.HardwareConfig
Hardware configuration for pose
detection.
PoseLandmark.LandmarkType
Landmark types for pose.
Interfaces
Classes
Pose
Result of
PoseDetection .
PoseDetectorOptionsBase
Base options for
PoseDetector .
PoseLandmark
Represents one pose landmark in a detected
pose.