Class GetMaximumConfidencePoseIdentity
Represents an operator that returns the pose with the highest identity confidence for each collection in the sequence, using the optional class label.
[WorkflowElementCategory(ElementCategory.Transform)]
public class GetMaximumConfidencePoseIdentity : Transform<PoseIdentityCollection, PoseIdentity>
- Inheritance
-
GetMaximumConfidencePoseIdentity
- Inherited Members
Properties
- Identity
Gets or sets the optional class label used to filter the pose collection.
Methods
- Process(IObservable<PoseIdentityCollection>)
Returns the pose with the highest identity confidence for each pose collection in an observable sequence, using the optional class label.