MCPcopy Create free account
hub / github.com/ComputationalRobotics/XM-code / Reset

Method Reset

deps/glomap/glomap/estimators/bundle_adjustment.cc:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void BundleAdjuster::Reset() {
54 ceres::Problem::Options problem_options;
55 problem_options.loss_function_ownership = ceres::DO_NOT_TAKE_OWNERSHIP;
56 problem_ = std::make_unique<ceres::Problem>(problem_options);
57}
58
59void BundleAdjuster::AddPointToCameraConstraints(
60 const ViewGraph& view_graph,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected