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.
public PoseCollection(IplImage image, IModelInfo model)
Parameters
image
IplImageThe image from which the poses were extracted.
model
IModelInfoInformation 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
Model
Gets information about the model used to extract the poses.
public IModelInfo Model { get; }