MCPcopy Create free account
hub / github.com/colmap/colmap / ModifyForVideoData

Method ModifyForVideoData

src/colmap/controllers/option_manager.cc:100–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void OptionManager::ModifyForVideoData() {
101 const bool kResetPaths = false;
102 ResetOptions(kResetPaths);
103 mapper->mapper.init_min_tri_angle /= 2;
104 mapper->ba_global_frames_ratio = 1.4;
105 mapper->ba_global_points_ratio = 1.4;
106 mapper->min_focal_length_ratio = 0.1;
107 mapper->max_focal_length_ratio = 10;
108 mapper->max_extra_param = std::numeric_limits<double>::max();
109#if defined(COLMAP_MVS_ENABLED)
110 stereo_fusion->min_num_pixels = 15;
111#endif
112}
113
114void OptionManager::ModifyForInternetData() {
115#if defined(COLMAP_MVS_ENABLED)

Callers 2

SetOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected