open3d.pipelines.registration.registration_colored_icp#

open3d.pipelines.registration.registration_colored_icp(source: open3d.pybind.geometry.PointCloud, target: open3d.pybind.geometry.PointCloud, max_correspondence_distance: typing.SupportsFloat, init: typing.Annotated[numpy.typing.ArrayLike, numpy.float64, estimation_method: open3d.pybind.pipelines.registration.TransformationEstimationForColoredICP = TransformationEstimationForColoredICP(lambda_geometric=0.968), criteria: open3d.pybind.pipelines.registration.ICPConvergenceCriteria = ICPConvergenceCriteria(relative_fitness=1.000000e-06, relative_rmse=1.000000e-06, max_iteration=30)) open3d.pybind.pipelines.registration.RegistrationResult#

Function for Colored ICP registration

Parameters:
Returns:

open3d.pybind.pipelines.registration.RegistrationResult