cloudViewer.pipelines.registration.FastGlobalRegistrationOption#
- class cloudViewer.pipelines.registration.FastGlobalRegistrationOption#
Options for FastGlobalRegistration.
- __init__(*args, **kwargs)#
Overloaded function.
__init__(self: cloudViewer.pipelines.registration.FastGlobalRegistrationOption, arg0: cloudViewer.pipelines.registration.FastGlobalRegistrationOption) -> None
Copy constructor
__init__(self: cloudViewer.pipelines.registration.FastGlobalRegistrationOption, division_factor: typing.SupportsFloat = 1.4, use_absolute_scale: bool = False, decrease_mu: bool = False, maximum_correspondence_distance: typing.SupportsFloat = 0.025, iteration_number: typing.SupportsInt = 64, tuple_scale: typing.SupportsFloat = 0.95, maximum_tuple_count: typing.SupportsInt = 1000, tuple_test: bool = True) -> None
- property decrease_mu#
Set to
Trueto decrease scale mu bydivision_factorfor graduated non-convexity.- Type:
- property tuple_test#
Set to true to perform geometric compatibility tests on initial set of correspondences.
- Type: