Class PoseIdentity
Represents the result of identity estimation as a collection of body parts and a predicted pose identity.
public class PoseIdentity : Pose, IList<BodyPart>, ICollection<BodyPart>, IList, ICollection, IReadOnlyList<BodyPart>, IReadOnlyCollection<BodyPart>, IEnumerable<BodyPart>, IEnumerable
- Inheritance
-
PoseIdentity
- Implements
- Inherited Members
Constructors
- PoseIdentity(IplImage, IModelInfo)
Initializes a new instance of the PoseIdentity class extracted from the specified image.
Properties
- Confidence
Gets or sets the maximum likelihood confidence score for the predicted identity.
- Identity
Gets or sets the maximum likelihood predicted pose identity.
- IdentityIndex
Gets or sets the maximum likelihood predicted pose identity index.
- IdentityScores
Gets or sets the predicted identity confidence scores for this instance.