(9238339 (Tue Mar 14 18:49:09 2023 -0700))
Go to the source code of this file.
|
core::Tensor | open3d::t::pipelines::kernel::ComputePosePointToPlane (const core::Tensor &source_positions, const core::Tensor &target_positions, const core::Tensor &target_normals, const core::Tensor &correspondence_indices, const registration::RobustKernel &kernel) |
| Computes pose for point to plane registration method. More...
|
|
core::Tensor | open3d::t::pipelines::kernel::ComputePoseColoredICP (const core::Tensor &source_positions, const core::Tensor &source_colors, const core::Tensor &target_positions, const core::Tensor &target_normals, const core::Tensor &target_colors, const core::Tensor &target_color_gradients, const core::Tensor &correspondence_indices, const registration::RobustKernel &kernel, const double &lambda_geometric) |
| Computes pose for colored-icp registration method. More...
|
|
std::tuple< core::Tensor, core::Tensor > | open3d::t::pipelines::kernel::ComputeRtPointToPoint (const core::Tensor &source_positions, const core::Tensor &target_positions, const core::Tensor &correspondence_indices) |
| Computes (R) Rotation {3,3} and (t) translation {3,} for point to point registration method. More...
|
|
core::Tensor | open3d::t::pipelines::kernel::ComputeInformationMatrix (const core::Tensor &target_positions, const core::Tensor &correspondence_indices) |
| Computes Information Matrix of shape {6, 6}, of dtype Float64 on device CPU:0 , from the target point cloud and correspondence indices w.r.t. target point cloud. Only target positions and correspondence indices are required. More...
|
|