MCPcopy Create free account
hub / github.com/alicevision/AliceVision / generateColmapSceneFiles

Function generateColmapSceneFiles

src/aliceVision/sfmDataIO/colmap.cpp:422–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422void 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
429void create_directories(const std::string& directory)
430{

Callers 1

convertToColmapSceneFunction · 0.85

Tested by

no test coverage detected