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

Method BundleAdjustmentController

src/colmap/controllers/bundle_adjustment.cc:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60} // namespace
61
62BundleAdjustmentController::BundleAdjustmentController(
63 const OptionManager& options,
64 std::shared_ptr<Reconstruction> reconstruction)
65 : options_(options), reconstruction_(std::move(reconstruction)) {}
66
67void BundleAdjustmentController::Run() {
68 THROW_CHECK_NOTNULL(reconstruction_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected