| 
    SRBA: Sparser Relative Bundle Adjustment
   
    
   
   | 
  
  
  
 
Landmark matcher overloaded function. Used to provide a first initial guess for the relative pose in loop closures.
| POSE | can be mrpt::poses::CPose2D or mrpt::poses::CPose3D | 
Definition at line 45 of file observations_Cartesian_2D.h.
#include <observations_Cartesian_2D.h>
Static Public Member Functions | |
| template<class POSE > | |
| static bool | find_relative_pose (const mrpt::aligned_containers< Cartesian_2D::obs_data_t >::vector_t &new_kf_obs, const mrpt::aligned_containers< Cartesian_2D::obs_data_t >::vector_t &old_kf_obs, const Cartesian_2D::TObservationParams ¶ms, POSE &pose_new_kf_wrt_old_kf) | 
 1.7.6.1