Table of Contents

Class PoseCollection

Namespace
Bonsai.Sleap
Assembly
Bonsai.Sleap.dll

Represents a collection of poses extracted from a specified image.

public class PoseCollection : Collection<Pose>, IList<Pose>, ICollection<Pose>, IList, ICollection, IReadOnlyList<Pose>, IReadOnlyCollection<Pose>, IEnumerable<Pose>, IEnumerable
Inheritance
PoseCollection
Implements
Inherited Members

Constructors

PoseCollection(IplImage, IModelInfo)

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

public PoseCollection(IplImage image, IModelInfo model)

Parameters

image IplImage

The image from which the poses were extracted.

model IModelInfo

Information about the model used to extract the poses.

Properties

Image

Gets the image from which the poses were extracted.

public IplImage Image { get; }

Property Value

IplImage

Model

Gets information about the model used to extract the poses.

public IModelInfo Model { get; }

Property Value

IModelInfo