Click or drag to resize
Accord.NET (logo)

PositEstimatePose Method

Estimate pose of a model from it's projected 2D coordinates.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public void EstimatePose(
	Point[] points,
	out Matrix3x3 rotation,
	out Vector3 translation
)
Request Example View Source

Parameters

points
Type: AccordPoint
4 2D points of the model's projection.
rotation
Type: Accord.MathMatrix3x3
Gets object's rotation.
translation
Type: Accord.MathVector3
Gets object's translation.
Exceptions
ExceptionCondition
ArgumentException4 points must be be given for pose estimation.
See Also