SRBA: Sparser Relative Bundle Adjustment
|
Definition at line 24 of file local_areas_fixed_size.h.
Public Member Functions | |
parameters_t () | |
void | loadFromConfigFile (const mrpt::utils::CConfigFileBase &source, const std::string §ion) |
void | saveToConfigFile (mrpt::utils::CConfigFileBase &out, const std::string §ion) const |
Public Attributes | |
size_t | submap_size |
Default:15, Fixed submap size (number of keyframes) | |
size_t | min_obs_to_loop_closure |
Default:4, reduce to 1 for relative graph-slam. |
Ctor for default values
Definition at line 30 of file local_areas_fixed_size.h.
void srba::ecps::local_areas_fixed_size::parameters_t::loadFromConfigFile | ( | const mrpt::utils::CConfigFileBase & | source, |
const std::string & | section | ||
) | [inline] |
See docs of mrpt::utils::CLoadableOptions
Definition at line 36 of file local_areas_fixed_size.h.
void srba::ecps::local_areas_fixed_size::parameters_t::saveToConfigFile | ( | mrpt::utils::CConfigFileBase & | out, |
const std::string & | section | ||
) | const [inline] |
See docs of mrpt::utils::CLoadableOptions
Definition at line 43 of file local_areas_fixed_size.h.