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

Function BindSceneTypes

src/pycolmap/scene/bindings.cc:14–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12void BindTwoViewGeometryScene(py::module& m);
13
14void BindSceneTypes(py::module& m) {
15 BindConstants(m);
16 BindPoint2D(m);
17 BindCamera(m);
18 BindFrame(m);
19 BindSceneImage(m);
20 BindTwoViewGeometryScene(m);
21
22 // Must be defined here, see: https://github.com/colmap/colmap/pull/2558
23 py::implicitly_convertible<py::iterable, Point2DVector>();
24}
25
26void BindCorrespondenceGraph(py::module& m);
27void BindDatabase(py::module& m);

Callers 1

PYBIND11_MODULEFunction · 0.85

Calls 6

BindConstantsFunction · 0.85
BindPoint2DFunction · 0.85
BindCameraFunction · 0.85
BindFrameFunction · 0.85
BindSceneImageFunction · 0.85
BindTwoViewGeometrySceneFunction · 0.85

Tested by

no test coverage detected