PoseEdge
data class PoseEdge(start: PoseLandmark, end: PoseLandmark, probability: Float, label: String) : FlatShape<PoseEdge>
Content copied to clipboard
This data class represents the line connecting two points PoseLandmark of human's pose.
Constructors
PoseEdge
Link copied to clipboard
fun PoseEdge(start: PoseLandmark, end: PoseLandmark, probability: Float, label: String)
Content copied to clipboard