Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ Check
Method
Check
src/colmap/estimators/bundle_adjustment.cc:311–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
bool BundleAdjustmentOptions::Check() const {
312
return THROW_CHECK_NOTNULL(ceres)->Check();
313
}
314
315
std::unique_ptr<BundleAdjuster> CreateDefaultBundleAdjuster(
316
const BundleAdjustmentOptions& options,
Callers
1
BundleAdjuster
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected