Share via


AlignmentResult.AlignmentEnergy Property

Gets threshold in the range [0.0f, 1.0f] that describes how well the observed frame aligns to the model with the calculated pose (mean distance between matching points in the point clouds).

Syntax

public:
property float32 AlignmentEnergy {
         float32 get ();
}
public float AlignmentEnergy { get; }
var alignmentEnergy = alignmentResult.alignmentEnergy;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: float32
Type: float
Type: Number

 

The alignment energy.

Requirements

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

AlignmentResult Class
Microsoft.Kinect.Fusion Namespace