summaryrefslogtreecommitdiffhomepage
path: root/wall-tileset-tool/main.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'wall-tileset-tool/main.hpp')
-rw-r--r--wall-tileset-tool/main.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/wall-tileset-tool/main.hpp b/wall-tileset-tool/main.hpp
index b826d634..d6403ccf 100644
--- a/wall-tileset-tool/main.hpp
+++ b/wall-tileset-tool/main.hpp
@@ -4,7 +4,10 @@
namespace cv {
template<typename T> class Mat_;
template<typename T, int cn> class Vec;
+typedef Vec<unsigned char, 3> Vec3b;
typedef Vec<unsigned char, 4> Vec4b;
+typedef Mat_<unsigned char> Mat1b;
+typedef Mat_<Vec3b> Mat3b;
typedef Mat_<Vec4b> Mat4b;
} // namespace cv