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.
Gets a collection of the match similarity measurements for the match candidates returned by the MatchPoses property.
Syntax
public:
property IVectorView<float32>^ MatchSimilarities {
IVectorView<float32>^ get ();
}
public IReadOnlyList<float>MatchSimilarities { get; }
var matchSimilarities = matchCandidates.matchSimilarities;
Property value
[C++]
[C#]
[JavaScript]
Type: IVectorView<float32>
Type: IReadOnlyList<float>
Type: IVectorView<Number>
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.
Requirements
Namespace: Microsoft.Kinect.Fusion
Metadata: microsoft.kinect.fusion.winmd