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