RANSAC parameters.
More...
#include <ransac.hpp>
|
|
int | max_iterations = 5000 |
| | Maximum number of iterations.
|
| |
|
double | early_stop_inlier_rate = 0.8 |
| | Maximum inlier rate for early stopping.
|
| |
|
double | poly_error_thresh = 0.5 |
| | Polynomial error threshold.
|
| |
|
double | inlier_voxel_resolution = 1.0 |
| | Inlier voxel resolution.
|
| |
|
int | dof = 6 |
| | Degrees of freedom (must be 6 (SE3) or 4 (XYZ+RZ))
|
| |
|
std::uint64_t | seed = 5489u |
| | Random seed.
|
| |
|
int | num_threads = 4 |
| | Number of threads.
|
| |
|
double | taboo_thresh_rot = 0.5 * M_PI / 180.0 |
| | Taboo threshold in radian.
|
| |
|
double | taboo_thresh_trans = 0.25 |
| | Taboo threshold in meter.
|
| |
|
std::vector< Eigen::Isometry3d > | taboo_list |
| | Taboo list.
|
| |
The documentation for this struct was generated from the following file:
- /home/runner/work/gtsam_points/gtsam_points/include/gtsam_points/registration/ransac.hpp