#include <FastGlobalRegistration.h>
◆ FastGlobalRegistrationOption()
| open3d::registration::FastGlobalRegistrationOption::FastGlobalRegistrationOption |
( |
double |
division_factor = 1.4, |
|
|
bool |
use_absolute_scale = false, |
|
|
bool |
decrease_mu = true, |
|
|
double |
maximum_correspondence_distance = 0.025, |
|
|
int |
iteration_number = 64, |
|
|
double |
tuple_scale = 0.95, |
|
|
int |
maximum_tuple_count = 1000 |
|
) |
| |
|
inline |
◆ ~FastGlobalRegistrationOption()
| open3d::registration::FastGlobalRegistrationOption::~FastGlobalRegistrationOption |
( |
| ) |
|
|
inline |
◆ decrease_mu_
| bool open3d::registration::FastGlobalRegistrationOption::decrease_mu_ |
◆ division_factor_
| double open3d::registration::FastGlobalRegistrationOption::division_factor_ |
◆ iteration_number_
| int open3d::registration::FastGlobalRegistrationOption::iteration_number_ |
◆ maximum_correspondence_distance_
| double open3d::registration::FastGlobalRegistrationOption::maximum_correspondence_distance_ |
◆ maximum_tuple_count_
| int open3d::registration::FastGlobalRegistrationOption::maximum_tuple_count_ |
◆ tuple_scale_
| double open3d::registration::FastGlobalRegistrationOption::tuple_scale_ |
◆ use_absolute_scale_
| bool open3d::registration::FastGlobalRegistrationOption::use_absolute_scale_ |
The documentation for this class was generated from the following file: