12namespace fs = std::filesystem;
Options for rux create windows.
float alpha
ConcaveHull alpha for polyline mode.
bool clear_existing
Delete all existing windows before creating new ones.
std::vector< uint32_t > labels_to_process
Semantic labels to treat as windows.
bool include_internal
Include windows inside mesh volume (default: false).
std::string instance_cloud_name
float wall_offset
Offset along outward wall normal (meters).
std::string mode
"rect" or "poly"
std::string semantic_cloud_name
void setup_subcommand_create_windows(CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
int run_subcommand_create_windows(SubcommandWindowOptions const &opt, const RuxOptions &global_opt)