com.google.mlkit.vision.pose

  • 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

PoseDetector A PoseDetection client for finding Pose in a supplied image. 

Classes

Pose Result of PoseDetection
PoseDetection Entry point to get a PoseDetector for finding Pose in a supplied image. 
PoseDetectorOptionsBase Base options for PoseDetector
PoseLandmark Represents one pose landmark in a detected pose.