SaDVIO
|
Abstract class for relative pose estimation between two frames. More...
#include <APoseEstimator.h>
Public Member Functions | |
virtual bool | estimateTransformBetween (const std::shared_ptr< Frame > &frame1, const std::shared_ptr< Frame > &frame2, vec_match &matches, Eigen::Affine3d &dT, Eigen::MatrixXd &covdT)=0 |
virtual 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)=0 |
Abstract class for relative pose estimation between two frames.
This class defines the interface for estimating the transformation between two frames, either using matches or typed matches. It may also return the covariance of the estimated transformation.
|
pure virtual |
Implemented in isae::EpipolarPoseEstimator, isae::ESKFEstimator, and isae::PnPPoseEstimator.
|
pure virtual |
Implemented in isae::EpipolarPoseEstimator, isae::ESKFEstimator, and isae::PnPPoseEstimator.