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

Go to the source code of this file.
Classes | |
| struct | SubcommandSegRoomsOptions |
| Collection of all options for room segmentation subcommand. More... | |
Functions | |
| void | setup_subcommand_segment_rooms (CLI::App &app) |
| Setup the segment rooms subcommand in the CLI application. | |
| int | run_subcommand_segment_rooms (SubcommandSegRoomsOptions const &opt) |
| Run the segment rooms subcommand with given options. | |
| int run_subcommand_segment_rooms | ( | SubcommandSegRoomsOptions const & | opt | ) |
Run the segment rooms subcommand with given options.
| opt | Options for room segmentation. |
| void setup_subcommand_segment_rooms | ( | CLI::App & | app | ) |
Setup the segment rooms subcommand in the CLI application.
| app | CLI application to add the subcommand to. |