PoseEdge
data class PoseEdge(poseEdgeLabel: String, probability: Float, start: PoseLandmark, end: PoseLandmark)
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(poseEdgeLabel: String, probability: Float, start: PoseLandmark, end: PoseLandmark)
Content copied to clipboard
Properties
end
Link copied to clipboard
poseEdgeLabel
Link copied to clipboard
probability
Link copied to clipboard
start
Link copied to clipboard