Region growing parameters.
More...
#include <region_growing.hpp>
|
|
double | distance_threshold = 0.5 |
| | Distance threshold.
|
| |
|
double | angle_threshold = 10.0 * M_PI / 180.0 |
| | Angle threshold.
|
| |
|
double | dilation_radius = 0.5 |
| | Radius of dilation after region growing.
|
| |
|
int | max_cluster_size = 1000000 |
| | Maximum cluster size.
|
| |
|
int | max_steps = 1000000 |
| | Maximum number of update steps.
|
| |
|
int | num_threads = 1 |
| | Number of threads.
|
| |
Region growing parameters.
The documentation for this struct was generated from the following file:
- /home/runner/work/gtsam_points/gtsam_points/include/gtsam_points/segmentation/region_growing.hpp