We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3db50 commit db294c1Copy full SHA for db294c1
glomap/scene/types.h
@@ -1,6 +1,7 @@
1
#pragma once
2
3
#include <colmap/geometry/rigid3.h>
4
+#include <colmap/scene/database.h>
5
#include <colmap/util/types.h>
6
7
#include <cstdint>
@@ -33,7 +34,7 @@ typedef uint64_t track_t;
33
34
35
using colmap::Rigid3d;
36
-const image_t kMaxNumImages = std::numeric_limits<image_t>::max();
37
+const image_t kMaxNumImages = colmap::Database::kMaxNumImages;
38
const image_pair_t kInvalidImagePairId = -1;
39
40
} // namespace glomap
0 commit comments