Click or drag to resize
Accord.NET (logo)

CoplanarPositBestEstimationError Property

Error of the best pose estimation.

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

Property Value

Type: Single
Remarks

The property keeps error of the best 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 best pose estimation. The error is measured degrees in (angle).

See Also