|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include "global-params.hpp"#include <reusex/slam/PlaneGraphOptimizer.hpp>#include <CLI/CLI.hpp>#include <filesystem>#include <memory>#include <string>
Go to the source code of this file.
Classes | |
| struct | SubcommandOptimizeOptions |
| Options for the rux optimize subcommand (global plane-landmark pose-graph optimization). More... | |
Functions | |
| void | setup_subcommand_optimize (CLI::App &app, std::shared_ptr< RuxOptions > global_opt) |
| int | run_subcommand_optimize (SubcommandOptimizeOptions const &opt, const RuxOptions &global_opt) |
| int run_subcommand_optimize | ( | SubcommandOptimizeOptions const & | opt, |
| const RuxOptions & | global_opt ) |
| void setup_subcommand_optimize | ( | CLI::App & | app, |
| std::shared_ptr< RuxOptions > | global_opt ) |