(9238339 (Tue Mar 14 18:49:09 2023 -0700))
Go to the source code of this file.
|
void | open3d::t::pipelines::slac::SaveCorrespondencesForPointClouds (const std::vector< std::string > &fnames_processed, const PoseGraph &fragment_pose_graph, const SLACOptimizerParams ¶ms=SLACOptimizerParams(), const SLACDebugOption &debug_option=SLACDebugOption()) |
| Read pose graph containing loop closures and odometry to compute putative correspondences between pairs of pointclouds. More...
|
|
std::pair< PoseGraph, ControlGrid > | open3d::t::pipelines::slac::RunSLACOptimizerForFragments (const std::vector< std::string > &fragment_filenames, const PoseGraph &fragment_pose_graph, const SLACOptimizerParams ¶ms=SLACOptimizerParams(), const SLACDebugOption &debug_option=SLACDebugOption()) |
| Simultaneous Localization and Calibration: Self-Calibration of Consumer Depth Cameras, CVPR 2014 Qian-Yi Zhou and Vladlen Koltun Estimate a shared control grid for all fragments for scene reconstruction, implemented in https://github.com/qianyizh/ElasticReconstruction. More...
|
|
PoseGraph | open3d::t::pipelines::slac::RunRigidOptimizerForFragments (const std::vector< std::string > &fragment_filenames, const PoseGraph &fragment_pose_graph, const SLACOptimizerParams ¶ms=SLACOptimizerParams(), const SLACDebugOption &debug_option=SLACDebugOption()) |
| Extended ICP to simultaneously align multiple point clouds with dense pairwise point-to-plane distances. More...
|
|