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

Function BindCeres

src/pycolmap/estimators/ceres_bindings.cc:407–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407void BindCeres(py::module& m_parent) {
408 py::module_ m = m_parent.def_submodule("pyceres");
409
410 BindCeresTypes(m);
411 BindCeresSolver(m);
412}

Callers 1

BindEstimatorsFunction · 0.85

Calls 2

BindCeresTypesFunction · 0.85
BindCeresSolverFunction · 0.85

Tested by

no test coverage detected