Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
FillInLinearSystemImpl.h File Reference

Go to the source code of this file.

Data Structures

class  open3d::t::pipelines::slac::Tensor
class  open3d::t::pipelines::slac::PointCloud
 A point cloud contains a list of 3D points. More...

Namespaces

namespace  open3d
namespace  open3d::t
namespace  open3d::t::pipelines
namespace  open3d::t::pipelines::slac

Functions

void open3d::t::pipelines::slac::FillInRigidAlignmentTerm (Tensor &AtA, Tensor &Atb, Tensor &residual, const std::vector< std::string > &fnames, const PoseGraph &pose_graph, const SLACOptimizerParams &params, const SLACDebugOption &debug_option)
void open3d::t::pipelines::slac::FillInSLACAlignmentTerm (Tensor &AtA, Tensor &Atb, Tensor &residual, ControlGrid &ctr_grid, const std::vector< std::string > &fnames, const PoseGraph &pose_graph, const SLACOptimizerParams &params, const SLACDebugOption &debug_option)
void open3d::t::pipelines::slac::FillInSLACRegularizerTerm (Tensor &AtA, Tensor &Atb, Tensor &residual, ControlGrid &ctr_grid, int n_frags, const SLACOptimizerParams &params, const SLACDebugOption &debug_option)