![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <SLACOptimizer.h>
Public Member Functions | |
| SLACDebugOption (const bool debug=false, const int debug_start_node_idx=0) | |
| SLACDebugOption (const int debug_start_node_idx) | |
Public Attributes | |
| bool | debug_ = false |
| Enable debug. More... | |
| int | debug_start_node_idx_ = 0 |
Definition at line 90 of file SLACOptimizer.h.
|
inline |
Default Constructor.
| debug | Enable debug. [Default: False]. |
| debug_start_node_idx | The node id to start debugging with. Smaller nodes will be skipped for visualization. [Default: 0]. |
Definition at line 103 of file SLACOptimizer.h.
References debug_, debug_start_node_idx_, and LogError.
|
inline |
Parameterized Constructor.
| debug_start_node_idx | The node id to start debugging with. Smaller nodes will be skipped for visualization. Debug is enabled by default. |
Definition at line 117 of file SLACOptimizer.h.
References debug_, debug_start_node_idx_, and LogError.
| bool cloudViewer::t::pipelines::slac::SLACDebugOption::debug_ = false |
Enable debug.
Definition at line 92 of file SLACOptimizer.h.
Referenced by cloudViewer::t::pipelines::slac::FillInRigidAlignmentTerm(), cloudViewer::t::pipelines::slac::FillInSLACAlignmentTerm(), cloudViewer::t::pipelines::slac::FillInSLACRegularizerTerm(), cloudViewer::t::pipelines::slac::pybind_slac(), cloudViewer::t::pipelines::slac::SaveCorrespondencesForPointClouds(), and SLACDebugOption().
| int cloudViewer::t::pipelines::slac::SLACDebugOption::debug_start_node_idx_ = 0 |
The node id to start debugging with. Smaller nodes will be skipped for visualization.
Definition at line 96 of file SLACOptimizer.h.
Referenced by cloudViewer::t::pipelines::slac::FillInRigidAlignmentTerm(), cloudViewer::t::pipelines::slac::FillInSLACAlignmentTerm(), cloudViewer::t::pipelines::slac::pybind_slac(), and SLACDebugOption().