Alternate estimated pose recently found.

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

Syntax

C#
public Matrix3x3 AlternateEstimatedRotation { get; }

Remarks

The property keeps alternate estimated pose found by the latest call to EstimatePose(array<Point>[]()[], Matrix3x3%, Vector3%).

See also AlternateEstimatedTranslation and AlternateEstimationError.

See Also