This is the complete list of members for isae::SLAMCore, including all inherited members.
_6d_velocity | isae::SLAMCore | protected |
_avg_clean_t | isae::SLAMCore | protected |
_avg_detect_t | isae::SLAMCore | protected |
_avg_filter_t | isae::SLAMCore | protected |
_avg_frame_opt_t | isae::SLAMCore | protected |
_avg_lmk_init_t | isae::SLAMCore | protected |
_avg_lmk_resur_t | isae::SLAMCore | protected |
_avg_marg_t | isae::SLAMCore | protected |
_avg_match_frame_t | isae::SLAMCore | protected |
_avg_match_time_t | isae::SLAMCore | protected |
_avg_matches_frame | isae::SLAMCore | protected |
_avg_matches_time | isae::SLAMCore | protected |
_avg_predict_t | isae::SLAMCore | protected |
_avg_processing_t | isae::SLAMCore | protected |
_avg_resur_lmk | isae::SLAMCore | protected |
_avg_wdw_opt_t | isae::SLAMCore | protected |
_frame | isae::SLAMCore | protected |
_frame_to_display | isae::SLAMCore | |
_frame_to_optim | isae::SLAMCore | protected |
_global_map | isae::SLAMCore | protected |
_global_map_to_display | isae::SLAMCore | |
_is_init | isae::SLAMCore | |
_lmk_inmap | isae::SLAMCore | protected |
_local_map | isae::SLAMCore | protected |
_local_map_to_display | isae::SLAMCore | |
_map_mutex | isae::SLAMCore | protected |
_matches_in_frame | isae::SLAMCore | protected |
_matches_in_frame_lmk | isae::SLAMCore | protected |
_matches_in_time | isae::SLAMCore | protected |
_matches_in_time_lmk | isae::SLAMCore | protected |
_max_movement_parallax | isae::SLAMCore | protected |
_mesh_to_display | isae::SLAMCore | |
_mesher | isae::SLAMCore | protected |
_min_lmk_number | isae::SLAMCore | protected |
_min_movement_parallax | isae::SLAMCore | protected |
_nframes | isae::SLAMCore | protected |
_nkeyframes | isae::SLAMCore | protected |
_parallax | isae::SLAMCore | protected |
_removed_feat | isae::SLAMCore | protected |
_removed_lmk | isae::SLAMCore | protected |
_slam_param | isae::SLAMCore | |
_successive_fails | isae::SLAMCore | |
_timings_frate | isae::SLAMCore | protected |
_timings_kfrate_be | isae::SLAMCore | protected |
_timings_kfrate_fe | isae::SLAMCore | protected |
backEndStep()=0 | isae::SLAMCore | pure virtual |
cleanFeatures(std::shared_ptr< Frame > &f) | isae::SLAMCore | |
detectFeatures(std::shared_ptr< ImageSensor > &sensor) | isae::SLAMCore | |
epipolarFiltering(std::shared_ptr< ImageSensor > &cam0, std::shared_ptr< ImageSensor > &cam1, typed_vec_match matches) | isae::SLAMCore | |
frontEndStep()=0 | isae::SLAMCore | pure virtual |
getLastKF() | isae::SLAMCore | inline |
init()=0 | isae::SLAMCore | pure virtual |
initLandmarks(std::shared_ptr< Frame > &f) | isae::SLAMCore | |
matchFeatures(std::shared_ptr< ImageSensor > &sensor0, std::shared_ptr< ImageSensor > &sensor1, typed_vec_match &matches, typed_vec_match &matches_lmk, typed_vec_features features_to_track) | isae::SLAMCore | |
outlierRemoval() | isae::SLAMCore | |
predict(std::shared_ptr< Frame > &f) | isae::SLAMCore | |
predictFeature(std::vector< std::shared_ptr< AFeature >> features, std::shared_ptr< ImageSensor > sensor, std::vector< std::shared_ptr< AFeature >> &features_init, vec_match previous_matches) | isae::SLAMCore | |
profiling() | isae::SLAMCore | |
recoverFeatureFromMapLandmarks(std::shared_ptr< isae::AMap > localmap, std::shared_ptr< Frame > &f) | isae::SLAMCore | |
runBackEnd() | isae::SLAMCore | |
runFrontEnd() | isae::SLAMCore | |
runFullOdom() | isae::SLAMCore | |
shouldInsertKeyframe(std::shared_ptr< Frame > &f) | isae::SLAMCore | |
SLAMCore() | isae::SLAMCore | inline |
SLAMCore(std::shared_ptr< isae::SLAMParameters > slam_param) | isae::SLAMCore | |
trackFeatures(std::shared_ptr< ImageSensor > &sensor0, std::shared_ptr< ImageSensor > &sensor1, typed_vec_match &matches, typed_vec_match &matches_lmk, typed_vec_features features_to_track) | isae::SLAMCore | |
updateLandmarks(typed_vec_match matches_lmk) | isae::SLAMCore | |