gtsam_points
Loading...
Searching...
No Matches
Public Attributes | List of all members
gtsam_points::RANSACParams Struct Reference

RANSAC parameters. More...

#include <ransac.hpp>

Public Attributes

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.
 

Detailed Description

RANSAC parameters.


The documentation for this struct was generated from the following file: