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

Go to the source code of this file.

Classes

struct  SubcommandRegisterOptions
 Options for the rux register subcommand (within-scan pose refinement). More...

Functions

void setup_subcommand_register (CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
int run_subcommand_register (SubcommandRegisterOptions const &opt, const RuxOptions &global_opt)

Function Documentation

◆ run_subcommand_register()

int run_subcommand_register ( SubcommandRegisterOptions const & opt,
const RuxOptions & global_opt )

◆ setup_subcommand_register()

void setup_subcommand_register ( CLI::App & app,
std::shared_ptr< RuxOptions > global_opt )