ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
colmap.hpp File Reference
#include <filesystem>
Include dependency graph for colmap.hpp:

Go to the source code of this file.

Classes

struct  reusex::io::ColmapExportOptions
 Options for COLMAP sparse model export. More...

Namespaces

namespace  reusex
namespace  reusex::io

Functions

void reusex::io::export_colmap_scene (const ProjectDB &db, const std::filesystem::path &out_dir, const ColmapExportOptions &opt={})
 Export a COLMAP sparse model directory from a ProjectDB.