Error of the alternate pose estimation.

Namespace:  AForge.Math.Geometry
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public float AlternateEstimationError { get; }

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