46 const core::Tensor &source_points,
47 const core::Tensor &target_points,
48 const core::Tensor &target_normals,
59 const core::Tensor &source_points,
60 const core::Tensor &target_points,
std::tuple< core::Tensor, core::Tensor > ComputeRtPointToPoint(const core::Tensor &source_points, const core::Tensor &target_points, const pipelines::registration::CorrespondenceSet &corres)
Computes (R) Rotation {3,3} and (t) translation {3,} for point to point registration method...
Definition: ComputeTransform.cpp:89
std::pair< core::Tensor, core::Tensor > CorrespondenceSet
CorrespondenceSet: pair of 2x Int64 tensors of shape {C,}, where C is the number of good corresponden...
Definition: TransformationEstimation.h:55
Definition: PinholeCameraIntrinsic.cpp:35
core::Tensor ComputePosePointToPlane(const core::Tensor &source_points, const core::Tensor &target_points, const core::Tensor &target_normals, const pipelines::registration::CorrespondenceSet &corres)
Computes pose for point to plane registration method.
Definition: ComputeTransform.cpp:36