MCPcopy Create free account
hub / github.com/colmap/colmap / BundleAdjuster

Method BundleAdjuster

src/colmap/estimators/bundle_adjustment.cc:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261////////////////////////////////////////////////////////////////////////////////
262
263BundleAdjuster::BundleAdjuster(const BundleAdjustmentOptions& options,
264 const BundleAdjustmentConfig& config)
265 : options_(options), config_(config) {
266 THROW_CHECK(options_.Check());
267}
268
269const BundleAdjustmentOptions& BundleAdjuster::Options() const {
270 return options_;

Callers

nothing calls this directly

Calls 1

CheckMethod · 0.45

Tested by

no test coverage detected