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

Function BindEssentialMatrixGeometry

src/pycolmap/geometry/essential_matrix.cc:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace py = pybind11;
14
15void BindEssentialMatrixGeometry(py::module& m) {
16 m.def("essential_matrix_from_pose",
17 &EssentialMatrixFromPose,
18 "cam2_from_cam1"_a,
19 "Construct essential matrix from relative pose.");
20}

Callers 1

BindGeometryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected