Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
TransformationConverter.cpp File Reference

Namespaces

namespace  open3d
namespace  open3d::t
namespace  open3d::t::pipelines
namespace  open3d::t::pipelines::kernel

Functions

core::Tensor open3d::t::pipelines::kernel::RtToTransformation (const core::Tensor &R, const core::Tensor &t)
 Convert rotation and translation to the transformation matrix.
core::Tensor open3d::t::pipelines::kernel::PoseToTransformation (const core::Tensor &pose)
 Convert pose to the transformation matrix.
core::Tensor open3d::t::pipelines::kernel::TransformationToPose (const core::Tensor &transformation)
 Convert transformation matrix to pose.
void open3d::t::pipelines::kernel::DecodeAndSolve6x6 (const core::Tensor &A_reduction, core::Tensor &delta, float &inlier_residual, int &inlier_count)
 Decodes a 6x6 linear system from a compressed 29x1 tensor.