open3d.t.pipelines.registration.get_information_matrix#

open3d.t.pipelines.registration.get_information_matrix(source: open3d.t.geometry.PointCloud, target: open3d.t.geometry.PointCloud, max_correspondence_distance: float, transformation: open3d.core.Tensor) open3d.core.Tensor#

Function for computing information matrix from transformation matrix. Information matrix is tensor of shape {6, 6}, dtype Float64 on CPU device.

Parameters:
Returns:

open3d.core.Tensor