Table of Contents

Class BodyPart

Namespace
Bonsai.Sleap
Assembly
Bonsai.Sleap.dll

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

float

Name

Gets or sets the name of the body part.

public string Name { get; set; }

Property Value

string

Position

Gets or sets the predicted location of the body part.

public Point2f Position { get; set; }

Property Value

Point2f