MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / setBriefVocAndDB

Method setBriefVocAndDB

pose_graph/src/pose_graph/PoseGraph.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31void PoseGraph::set_fast_relocalization(const bool fast_relocalization) { is_fast_localization_ = fast_relocalization; }
32
33void PoseGraph::setBriefVocAndDB(BriefVocabulary* vocabulary, BriefDatabase database) {
34 voc = vocabulary;
35 db = database;
36}
37
38void PoseGraph::startOptimizationThread(bool vio_only_optimization) {
39 if (vio_only_optimization) {

Callers 1

setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected