9namespace fs = std::filesystem;
int run_subcommand_segment_planes(SubcommandSegPlanesOptions const &opt, const RuxOptions &global_opt)
Run the segment planes subcommand with given options.
void setup_subcommand_create_planes(CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
Setup the segment planes subcommand in the CLI application.
Collection of all options for plane segmentation subcommand.
float plane_dist_threshold
Distance threshold for plane detection.
float interval_factor
Factor for interval scaling.
float angle_threshold
Angular threshold for plane detection (degrees).
float interval_0
Initial interval for multi-scale processing.
float radius
Search radius for region growing.
std::string filter_expr
Filter expression to limit processing.
int minInliers
Minimum number of inliers for a valid plane.