Table of Contents

Class PoseIdentityCollection

Namespace
Bonsai.Sleap
Assembly
Bonsai.Sleap.dll

Represents a collection of pose identities extracted from a specified image.

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

Constructors

PoseIdentityCollection(IplImage, IModelInfo)

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

public PoseIdentityCollection(IplImage image, IModelInfo model)

Parameters

image IplImage

The image from which the pose identities were extracted.

model IModelInfo

Information about the model used to extract the pose identities.

Properties

Image

Gets the image from which the pose identities were extracted.

public IplImage Image { get; }

Property Value

IplImage

Model

Gets information about the model used to extract the pose identities.

public IModelInfo Model { get; }

Property Value

IModelInfo