open3d.registration.CorrespondenceCheckerBasedOnDistance

class open3d.registration.CorrespondenceCheckerBasedOnDistance

Class to check if aligned point clouds are close (less than specified threshold).

Check(self, source, target, corres, transformation)

Function to check if two points can be aligned. The two input point clouds must have exact the same number of points.

Parameters
Returns

bool

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: open3d.registration.CorrespondenceCheckerBasedOnDistance, arg0: open3d.registration.CorrespondenceCheckerBasedOnDistance) -> None

Copy constructor

  1. __init__(self: open3d.registration.CorrespondenceCheckerBasedOnDistance, distance_threshold: float) -> None

property distance_threshold

Distance threashold for the check.