Click or drag to resize
Accord.NET (logo)

CoplanarPositBestEstimatedTranslation Property

Best estimated translation recently found.

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

Property Value

Type: Vector3
Remarks

The property keeps best estimated translation found by the latest call to EstimatePose(Point, Matrix3x3, Vector3). The same estimated translation is provided by that method also and can be accessed through this property for convenience.

See also BestEstimatedRotation and BestEstimationError.

See Also