From 359da594db4580f7578276d8f1b420a23510f5ac Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 10 Aug 2017 16:16:26 +0200 Subject: tracker/pt: move Affine class to cv/ --- tracker-pt/numeric.hpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 tracker-pt/numeric.hpp (limited to 'tracker-pt/numeric.hpp') diff --git a/tracker-pt/numeric.hpp b/tracker-pt/numeric.hpp deleted file mode 100644 index 4761af1d..00000000 --- a/tracker-pt/numeric.hpp +++ /dev/null @@ -1,22 +0,0 @@ -#pragma once - -#include -#include - -namespace types { - using f = double; - - struct constants final - { - constants() = delete; - static constexpr f eps = f(1e-8); - }; - - template using vec = cv::Vec; - using vec2 = vec<2>; - using vec3 = vec<3>; - - template using mat = cv::Matx; - using mat33 = mat<3, 3>; - using mat22 = mat<2, 2>; -} -- cgit v1.2.3