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 camera poses in the database that were match candidates to the input depth frame.
Syntax
public ReadOnlyCollection<Matrix4> GetMatchPoses ()
Return Value
Type: ReadOnlyCollection<Matrix4>
Returns a read-only collection of the matched poses. These poses are ordered in terms of decreasing similarity. Each item in this collection corresponds to an item in the collection returned by the GetMatchSimilarities 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