Table of Contents

Class Pose

Namespace
Bonsai.Sleap
Assembly
Bonsai.Sleap.dll

Represents the result of pose estimation as a collection of body parts.

public class Pose : KeyedCollection<string, BodyPart>, IList<BodyPart>, ICollection<BodyPart>, IList, ICollection, IReadOnlyList<BodyPart>, IReadOnlyCollection<BodyPart>, IEnumerable<BodyPart>, IEnumerable
Inheritance
Pose
Implements
Derived
Inherited Members

Constructors

Pose(IplImage, IModelInfo)

Initializes a new instance of the Pose class extracted from the specified image.

Properties

Centroid

Gets or sets the center point used for cropping.

Image

Gets the image from which the pose was extracted.

Model

Gets information about the model used to extract the pose.

Methods

GetKeyForItem(BodyPart)

When implemented in a derived class, extracts the key from the specified element.