DetectedPose
data class DetectedPose(landmarks: List<PoseLandmark>, edges: List<PoseEdge>) : FlatShape<DetectedPose>
Content copied to clipboard
This data class represents the human's pose detected on the given image.
Constructors
Functions
Properties
edges
Link copied to clipboard
The list of edges connecting the detected PoseLandmarks.
landmarks
Link copied to clipboard
The list of detected PoseLandmarks for the given image.