#include "PoseEstimation.h"
Go to the source code of this file.
Functions | |
double | compute2DPose (const std::vector< std::pair< Point2D, Point2D > > &correspondences, OrientedPoint2D &transformation) |
double compute2DPose | ( | const std::vector< std::pair< Point2D, Point2D > > & | correspondences, | |
OrientedPoint2D & | transformation | |||
) |
Function to compute the Euclidean transformation between two set of points. The transformation is computed in closed form minimizing the squared residual reprojection error.
Definition at line 3 of file PoseEstimation.cpp.