PoseLandmark
data class PoseLandmark(x: Float, y: Float, probability: Float, label: String) : FlatShape<PoseLandmark>
Content copied to clipboard
This data class represents one point of the detected human's pose.
Constructors
PoseLandmark
Link copied to clipboard