SaDVIO
|
PnPPoseEstimator class for estimating the transformation between two frames using PnP. More...
#include <PnPPoseEstimator.h>
Public Member Functions | |
bool | estimateTransformBetween (const std::shared_ptr< Frame > &frame1, const std::shared_ptr< Frame > &frame2, vec_match &matches, Eigen::Affine3d &dT, Eigen::MatrixXd &covdT) override |
bool | estimateTransformBetween (const std::shared_ptr< Frame > &frame1, const std::shared_ptr< Frame > &frame2, typed_vec_match &typed_matches, Eigen::Affine3d &dT, Eigen::MatrixXd &covdT) override |
PnPPoseEstimator class for estimating the transformation between two frames using PnP.
The estimation is done by using the PnP algorithm on the matches between the two frames. The matches must be associated with 3D landmarks.
|
overridevirtual |
Implements isae::APoseEstimator.
|
overridevirtual |
Implements isae::APoseEstimator.