Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
407
void BindCeres(py::module& m_parent) {
408
py::module_ m = m_parent.def_submodule(
"pyceres"
);
409
410
BindCeresTypes(m);
411
BindCeresSolver(m);
412
}
Callers
1
BindEstimators
Function · 0.85
Calls
2
BindCeresTypes
Function · 0.85
BindCeresSolver
Function · 0.85
Tested by
no test coverage detected