From 545071e998806235442edda5f575ee61e836abe9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 3 Jan 2019 00:09:09 +0100 Subject: cruft --- cv/numeric.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cv/numeric.hpp') diff --git a/cv/numeric.hpp b/cv/numeric.hpp index 0edb7f58..7d850cbe 100644 --- a/cv/numeric.hpp +++ b/cv/numeric.hpp @@ -5,9 +5,8 @@ namespace types { using f = double; - namespace constants { - static constexpr inline f eps = f(1e-8); - } + static constexpr inline f eps = f(1e-8); + static constexpr inline f pi = f(M_PI); template using vec = cv::Vec; using vec2 = vec<2>; -- cgit v1.2.3