MCPcopy 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
311bool BundleAdjustmentOptions::Check() const {
312 return THROW_CHECK_NOTNULL(ceres)->Check();
313}
314
315std::unique_ptr<BundleAdjuster> CreateDefaultBundleAdjuster(
316 const BundleAdjustmentOptions& options,

Callers 1

BundleAdjusterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected