Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Dec 12, 2024
1 parent 051d495 commit 2fafdf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion limap/base/bindings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,8 @@ void bind_line_linker(py::module &m) {

void bind_camera(py::module &m) {
// TODO: use pycolmap
py::enum_<colmap::CameraModelId> PyCameraModelId(m, "CameraModelId", py::module_local());
py::enum_<colmap::CameraModelId> PyCameraModelId(m, "CameraModelId",
py::module_local());
PyCameraModelId.value("INVALID", colmap::CameraModelId::kInvalid);
PyCameraModelId.value("SIMPLE_PINHOLE",
colmap::CameraModelId::kSimplePinhole);
Expand Down

0 comments on commit 2fafdf6

Please sign in to comment.