Home
last modified time | relevance | path

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

/dports/graphics/colmap/colmap-3.6/src/exe/
H A Dcolmap.cc1665 const std::string& rig_config_path, const Reconstruction& reconstruction) { in ReadCameraRigConfig() argument
1667 boost::property_tree::read_json(rig_config_path.c_str(), pt); in ReadCameraRigConfig()
1721 std::string rig_config_path; in RunRigBundleAdjuster() local
1728 options.AddRequiredOption("rig_config_path", &rig_config_path); in RunRigBundleAdjuster()
1739 auto camera_rigs = ReadCameraRigConfig(rig_config_path, reconstruction); in RunRigBundleAdjuster()