Method Process
Process(IObservable<PoseIdentityCollection>)
Returns a collection of poses where each distinct model class has been matched to a single high confidence pose.
public override IObservable<PoseIdentityCollection> Process(IObservable<PoseIdentityCollection> source)
Parameters
source
IObservable<PoseIdentityCollection>The sequence of identified poses from which to find the highest confidence identities for each distinct model class.
Returns
- IObservable<PoseIdentityCollection>
A sequence of PoseIdentityCollection objects representing the poses matched to each distinct model class.