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

Function BindGeometry

src/pycolmap/geometry/bindings.cc:19–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17void BindTriangulation(py::module& m);
18
19void BindGeometry(py::module& m) {
20 BindEigenGeometry(m);
21 BindRigid3(m);
22 BindSim3(m);
23 BindPosePrior(m);
24 BindGPS(m);
25 BindHomographyMatrixGeometry(m);
26 BindEssentialMatrixGeometry(m);
27 BindTriangulation(m);
28}

Callers 1

PYBIND11_MODULEFunction · 0.85

Calls 8

BindEigenGeometryFunction · 0.85
BindRigid3Function · 0.85
BindSim3Function · 0.85
BindPosePriorFunction · 0.85
BindGPSFunction · 0.85
BindTriangulationFunction · 0.85

Tested by

no test coverage detected