summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h
index 1c451ab..b7fd7bc 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -3,10 +3,13 @@
#include <cstddef>
#include <cstdint>
+// TODO: get rid of qstring
#include <QString>
constexpr size_t img_width = 1280;
constexpr size_t img_height = 800;
+constexpr size_t img_size = img_width * img_height;
+
constexpr uint32_t patternSize = 16;
constexpr float hardcodedZRangeMm{175.f};