Table of Contents

Method Process

Namespace
Bonsai.Sleap
Assembly
Bonsai.Sleap.dll

Process(IObservable<PoseIdentityCollection>)

Returns the pose with the highest identity confidence for each pose collection in an observable sequence, using the optional class label.

public override IObservable<PoseIdentity> Process(IObservable<PoseIdentityCollection> source)

Parameters

source IObservable<PoseIdentityCollection>

The sequence of identified poses for which to extract the identity with highest confidence score.

Returns

IObservable<PoseIdentity>

A sequence of the poses with highest identity confidence for each pose collection in the source sequence.