SaDVIO
Public Member Functions | List of all members
isae::EpipolarPoseEstimatorCustom Class Reference

#include <EpipolarPoseEstimatorCustom.h>

Inheritance diagram for isae::EpipolarPoseEstimatorCustom:
Inheritance graph
[legend]
Collaboration diagram for isae::EpipolarPoseEstimatorCustom:
Collaboration graph
[legend]

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
 

Member Function Documentation

◆ estimateTransformBetween() [1/2]

bool isae::EpipolarPoseEstimatorCustom::estimateTransformBetween ( const std::shared_ptr< Frame > &  frame1,
const std::shared_ptr< Frame > &  frame2,
typed_vec_match typed_matches,
Eigen::Affine3d &  dT,
Eigen::MatrixXd &  covdT 
)
overridevirtual

Implements isae::APoseEstimator.

◆ estimateTransformBetween() [2/2]

bool isae::EpipolarPoseEstimatorCustom::estimateTransformBetween ( const std::shared_ptr< Frame > &  frame1,
const std::shared_ptr< Frame > &  frame2,
vec_match matches,
Eigen::Affine3d &  dT,
Eigen::MatrixXd &  covdT 
)
overridevirtual

Implements isae::APoseEstimator.


The documentation for this class was generated from the following files: