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

Method BundleAdjustmentBackendOptions

src/colmap/estimators/bundle_adjustment.cc:279–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277////////////////////////////////////////////////////////////////////////////////
278
279BundleAdjustmentBackendOptions::BundleAdjustmentBackendOptions()
280 : ceres(std::make_shared<CeresBundleAdjustmentOptions>()),
281 caspar(std::make_shared<CasparBundleAdjustmentOptions>()) {}
282
283BundleAdjustmentBackendOptions::BundleAdjustmentBackendOptions(
284 const BundleAdjustmentBackendOptions& other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected