Click or drag to resize
Accord.NET (logo)

CoplanarPositAlternateEstimationError Property

Error of the alternate pose estimation.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public float AlternateEstimationError { get; }
Request Example View Source

Property Value

Type: Single
Remarks

The property keeps error of the alternate pose estimation, which is calculated as average error between real angles of the specified quadrilateral and angles of the quadrilateral which is a projection of the alternate pose estimation. The error is measured in degrees (angle).

See Also