Home
last modified time | relevance | path

Searched refs:sequential_matching (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/colmap/colmap-3.6/src/ui/
H A Dfeature_matching_widget.cc169 options_widget_->AddOptionInt(&options_->sequential_matching->overlap, in SequentialMatchingTab()
172 &options_->sequential_matching->quadratic_overlap, "quadratic_overlap"); in SequentialMatchingTab()
176 &options_->sequential_matching->loop_detection_period, in SequentialMatchingTab()
179 &options_->sequential_matching->loop_detection_num_images, in SequentialMatchingTab()
182 &options_->sequential_matching->loop_detection_num_nearest_neighbors, in SequentialMatchingTab()
185 &options_->sequential_matching->loop_detection_num_checks, in SequentialMatchingTab()
188 &options_->sequential_matching in SequentialMatchingTab()
192 &options_->sequential_matching->loop_detection_max_num_features, in SequentialMatchingTab()
195 &options_->sequential_matching->vocab_tree_path, "vocab_tree_path"); in SequentialMatchingTab()
203 if (options_->sequential_matching->loop_detection && in Run()
[all …]
/dports/graphics/colmap/colmap-3.6/src/util/
H A Doption_manager.cc64 sequential_matching.reset(new SequentialMatchingOptions()); in OptionManager()
113 sequential_matching->loop_detection_num_images /= 2; in ModifyForLowQuality()
132 sequential_matching->loop_detection_num_images /= 1.5; in ModifyForMediumQuality()
344 &sequential_matching->overlap); in AddSequentialMatchingOptions()
346 &sequential_matching->quadratic_overlap); in AddSequentialMatchingOptions()
348 &sequential_matching->loop_detection); in AddSequentialMatchingOptions()
355 &sequential_matching->loop_detection_num_nearest_neighbors); in AddSequentialMatchingOptions()
363 &sequential_matching->loop_detection_max_num_features); in AddSequentialMatchingOptions()
365 &sequential_matching->vocab_tree_path); in AddSequentialMatchingOptions()
770 *sequential_matching = SequentialMatchingOptions(); in ResetOptions()
[all …]
H A Doption_manager.h129 std::shared_ptr<SequentialMatchingOptions> sequential_matching; variable
/dports/graphics/colmap/colmap-3.6/src/controllers/
H A Dautomatic_reconstruction.cc113 option_manager_.sequential_matching->loop_detection = true; in AutomaticReconstructionController()
114 option_manager_.sequential_matching->vocab_tree_path = in AutomaticReconstructionController()
119 *option_manager_.sequential_matching, *option_manager_.sift_matching, in AutomaticReconstructionController()
/dports/games/openttd/openttd-12.1/src/saveload/
H A Dvehicle_sl.cpp55 bool sequential_matching = v->IsFrontEngine(); in ConnectMultiheadedTrains() local
70 if (sequential_matching) { in ConnectMultiheadedTrains()
/dports/graphics/colmap/colmap-3.6/src/exe/
H A Dcolmap.cc1397 SequentialFeatureMatcher feature_matcher(*options.sequential_matching, in RunSequentialMatcher()