open3d.registration.TransformationEstimationPointToPlane

class open3d.registration.TransformationEstimationPointToPlane

Class to estimate a transformation for point to plane distance.

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: open3d.pybind.registration.TransformationEstimationPointToPlane) -> None

Default constructor

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

Copy constructor

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

numpy.ndarray[float64[4, 4]]