open3d.pipelines.registration.registration_ransac_based_on_correspondence#

open3d.pipelines.registration.registration_ransac_based_on_correspondence(source: open3d.pybind.geometry.PointCloud, target: open3d.pybind.geometry.PointCloud, corres: open3d.pybind.utility.Vector2iVector, max_correspondence_distance: SupportsFloat, estimation_method: open3d.pybind.pipelines.registration.TransformationEstimation = TransformationEstimationPointToPoint(with_scaling=False), ransac_n: SupportsInt = 3, checkers: collections.abc.Sequence[open3d.pybind.pipelines.registration.CorrespondenceChecker] = [], criteria: open3d.pybind.pipelines.registration.RANSACConvergenceCriteria = RANSACConvergenceCriteria(max_iteration=100000, confidence=9.990000e-01)) open3d.pybind.pipelines.registration.RegistrationResult#

Function for global RANSAC registration based on a set of correspondences

Parameters:
Returns:

open3d.pybind.pipelines.registration.RegistrationResult