| 277 | //////////////////////////////////////////////////////////////////////////////// |
| 278 | |
| 279 | BundleAdjustmentBackendOptions::BundleAdjustmentBackendOptions() |
| 280 | : ceres(std::make_shared<CeresBundleAdjustmentOptions>()), |
| 281 | caspar(std::make_shared<CasparBundleAdjustmentOptions>()) {} |
| 282 | |
| 283 | BundleAdjustmentBackendOptions::BundleAdjustmentBackendOptions( |
| 284 | const BundleAdjustmentBackendOptions& other) { |
nothing calls this directly
no outgoing calls
no test coverage detected