ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
colmap.hpp File Reference
#include "../global-params.hpp"
#include <CLI/CLI.hpp>
#include <filesystem>
#include <memory>
#include <string>
Include dependency graph for colmap.hpp:

Go to the source code of this file.

Classes

struct  SubcommandExportColmapOptions

Functions

void setup_subcommand_export_colmap (CLI::App &parent, std::shared_ptr< RuxOptions > global_opt)
int run_subcommand_export_colmap (SubcommandExportColmapOptions const &opt, const RuxOptions &global_opt)

Function Documentation

◆ run_subcommand_export_colmap()

int run_subcommand_export_colmap ( SubcommandExportColmapOptions const & opt,
const RuxOptions & global_opt )

◆ setup_subcommand_export_colmap()

void setup_subcommand_export_colmap ( CLI::App & parent,
std::shared_ptr< RuxOptions > global_opt )