open3d.t.pipelines.registration.TransformationEstimationPointToPoint

class open3d.t.pipelines.registration.TransformationEstimationPointToPoint

Class to estimate a transformation for point to point distance.

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: open3d.cpu.pybind.t.pipelines.registration.TransformationEstimationPointToPoint, arg0: open3d.cpu.pybind.t.pipelines.registration.TransformationEstimationPointToPoint) -> None

Copy constructor

  1. __init__(self: open3d.cpu.pybind.t.pipelines.registration.TransformationEstimationPointToPoint) -> None

compute_rmse(self, source, target, correspondences)

Compute RMSE between source and target points cloud given correspondences.

Parameters
Returns

float

compute_transformation(self, source, target, correspondences)

Compute transformation from source to target point cloud given correspondences.

Parameters
Returns

open3d.core.Tensor