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

Function BindScene

src/pycolmap/scene/bindings.cc:37–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35void BindPoseGraph(py::module& m);
36
37void BindScene(py::module& m) {
38 BindTrack(m);
39 BindPoint3D(m);
40 BindCorrespondenceGraph(m);
41 BindDatabase(m);
42 BindDatabaseCache(m);
43 BindReconstruction(m);
44 BindReconstructionManager(m);
45 BindSceneRig(m);
46 BindSynthetic(m);
47 BindPoseGraph(m);
48}

Callers 1

PYBIND11_MODULEFunction · 0.85

Calls 10

BindTrackFunction · 0.85
BindPoint3DFunction · 0.85
BindCorrespondenceGraphFunction · 0.85
BindDatabaseFunction · 0.85
BindDatabaseCacheFunction · 0.85
BindReconstructionFunction · 0.85
BindSceneRigFunction · 0.85
BindSyntheticFunction · 0.85
BindPoseGraphFunction · 0.85

Tested by

no test coverage detected