Class PoseIdentityCollection
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.
Properties
- Image
Gets the image from which the pose identities were extracted.
- Model
Gets information about the model used to extract the pose identities.