| 17 | void BindTriangulation(py::module& m); |
| 18 | |
| 19 | void 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 | } |
no test coverage detected