Class BodyPart
Represents a body part, or node in the skeleton graph of the animal. Nodes can be defined without being part of a skeleton.
public class BodyPart
- Inheritance
-
BodyPart
- Derived
- Inherited Members
Properties
Confidence
Gets or sets the confidence score for the predicted location.
public float Confidence { get; set; }
Property Value
Name
Gets or sets the name of the body part.
public string Name { get; set; }
Property Value
Position
Gets or sets the predicted location of the body part.
public Point2f Position { get; set; }