Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.8
Retrieves a collection of the match similarity measurements for the match candidates returned by the GetMatchPoses method.
Syntax
public ReadOnlyCollection<float> GetMatchSimilarities ()
Return Value
Type: ReadOnlyCollection<Single>
Returns a read-only collection of the similarity measurements. Similarity measurements are a count of how many features were matched, normalized to a value in the range [0.0f, 1.0f] by dividing by the number of sample locations per frame. Larger values indicate more similarity between the input and the match candidate pose. Each item in this collection corresponds to an item in the collection returned by the GetMatchPoses method, with a matching index.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Fusion
Assembly: Microsoft.Kinect.Toolkit.Fusion (in microsoft.kinect.toolkit.fusion.dll)
See Also
Reference
MatchCandidates Class
MatchCandidates Members
Microsoft.Kinect.Toolkit.Fusion Namespace