cloudViewer.pipelines.registration.TransformationEstimationForGeneralizedICP#

class cloudViewer.pipelines.registration.TransformationEstimationForGeneralizedICP#

Class to estimate a transformation for Generalized ICP.

__init__(*args, **kwargs)#

Overloaded function.

  1. __init__(self: cloudViewer.pipelines.registration.TransformationEstimationForGeneralizedICP) -> None

Default constructor

  1. __init__(self: cloudViewer.pipelines.registration.TransformationEstimationForGeneralizedICP, arg0: cloudViewer.pipelines.registration.TransformationEstimationForGeneralizedICP) -> None

Copy constructor

  1. __init__(self: cloudViewer.pipelines.registration.TransformationEstimationForGeneralizedICP, epsilon: typing.SupportsFloat, kernel: cloudViewer::pipelines::registration::RobustKernel) -> None

  2. __init__(self: cloudViewer.pipelines.registration.TransformationEstimationForGeneralizedICP, epsilon: typing.SupportsFloat) -> None

  3. __init__(self: cloudViewer.pipelines.registration.TransformationEstimationForGeneralizedICP, kernel: cloudViewer::pipelines::registration::RobustKernel) -> None

compute_rmse(self, source, target, corres)#

Compute RMSE between source and target points cloud given correspondences.

Parameters:
Returns:

float

compute_transformation(self, source, target, corres)#

Compute transformation from source to target point cloud given correspondences.

Parameters:
Returns:

typing.Annotated[numpy.typing.NDArray[numpy.float64], “[4, 4]”]

property epsilon#
property kernel#

Robust Kernel used in the Optimization