summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/numeric.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-pt/numeric.hpp')
-rw-r--r--tracker-pt/numeric.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/numeric.hpp b/tracker-pt/numeric.hpp
index 9d37086d..c9a553f3 100644
--- a/tracker-pt/numeric.hpp
+++ b/tracker-pt/numeric.hpp
@@ -9,7 +9,7 @@ namespace types {
struct constants final
{
constants() = delete;
- static constexpr f eps = std::numeric_limits<f>::epsilon();
+ static constexpr f eps = f(1e-6);
};
template<int n> using vec = cv::Vec<f, n>;