PoseEdge

data class PoseEdge(poseEdgeLabel: String, probability: Float, start: PoseLandmark, end: PoseLandmark)

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)

Properties

end
Link copied to clipboard
val end: PoseLandmark

The probability of the predicted class.

poseEdgeLabel
Link copied to clipboard
val poseEdgeLabel: String

The predicted pose edge label.

probability
Link copied to clipboard
val probability: Float

The probability of the predicted class.

start
Link copied to clipboard
val start: PoseLandmark

The probability of the predicted class.