Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UZ-SLAMLab/ORB_SLAM3
/ SparseOptimizer
Method
SparseOptimizer
Thirdparty/g2o/g2o/core/sparse_optimizer.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
50
SparseOptimizer::SparseOptimizer() :
51
_forceStopFlag(0), _verbose(false), _algorithm(0), _computeBatchStatistics(false)
52
{
53
_graphActions.resize(AT_NUM_ELEMENTS);
54
}
55
56
SparseOptimizer::~SparseOptimizer(){
57
delete _algorithm;
Callers
nothing calls this directly
Calls
1
resize
Method · 0.45
Tested by
no test coverage detected