| 420 | } |
| 421 | |
| 422 | void generateColmapSceneFiles(const sfmData::SfMData& sfmData, const CompatibleList& viewsSelection, const ColmapConfig& colmapParams) |
| 423 | { |
| 424 | generateColmapCamerasTxtFile(sfmData, colmapParams._camerasTxtPath); |
| 425 | generateColmapImagesTxtFile(sfmData, viewsSelection, colmapParams._imagesTxtPath); |
| 426 | generateColmapPoints3DTxtFile(sfmData, viewsSelection, colmapParams._points3DPath); |
| 427 | } |
| 428 | |
| 429 | void create_directories(const std::string& directory) |
| 430 | { |
no test coverage detected