|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|

Go to the source code of this file.
Classes | |
| struct | SubcommandAnalyzeAccuracyOptions |
| Options for the ground-truth accuracy analysis subcommand. More... | |
Functions | |
| void | setup_subcommand_analyze_accuracy (CLI::App &app, std::shared_ptr< RuxOptions > global_opt) |
| Setup the analyze accuracy subcommand in the CLI application. | |
| int | run_subcommand_analyze_accuracy (SubcommandAnalyzeAccuracyOptions const &opt, const RuxOptions &global_opt) |
| Run the analyze accuracy subcommand with given options. | |
| int run_subcommand_analyze_accuracy | ( | SubcommandAnalyzeAccuracyOptions const & | opt, |
| const RuxOptions & | global_opt ) |
Run the analyze accuracy subcommand with given options.
| void setup_subcommand_analyze_accuracy | ( | CLI::App & | app, |
| std::shared_ptr< RuxOptions > | global_opt ) |
Setup the analyze accuracy subcommand in the CLI application.
| app | CLI application to add the subcommand to. |