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