Class GetBodyPart
Represents an operator that returns the body part with the specified name for each pose in the sequence.
public class GetBodyPart : Transform<Pose, BodyPart>
- Inheritance
-
GetBodyPart
- Inherited Members
Properties
- Name
Gets or sets the name of the body part to locate in each pose object.
Methods
- Process(IObservable<Pose>)
Returns the body part with the specified name for each pose in an observable sequence.