MatchCandidates.MatchPoses Property
Gets a collection of the camera poses in the database that were match candidates to the input depth frame.
Syntax
public:
property IVectorView<Matrix4x4>^ MatchPoses {
IVectorView<Matrix4x4>^ get ();
}
public IReadOnlyList<Matrix4x4>MatchPoses { get; }
var matchPoses = matchCandidates.matchPoses;
Property value
[C++]
[C#]
[JavaScript]
Type: IVectorView<Matrix4x4>
Type: IReadOnlyList<Matrix4x4>
Type: IVectorView<Matrix4x4>
The a collection of the camera poses.
Requirements
Namespace: Microsoft.Kinect.Fusion
Metadata: microsoft.kinect.fusion.winmd