summaryrefslogtreecommitdiffhomepage
path: root/cv
diff options
context:
space:
mode:
Diffstat (limited to 'cv')
-rw-r--r--cv/affine.hpp2
-rw-r--r--cv/numeric.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/cv/affine.hpp b/cv/affine.hpp
index 5d344138..882a1145 100644
--- a/cv/affine.hpp
+++ b/cv/affine.hpp
@@ -12,7 +12,7 @@
namespace affine_impl {
-using namespace types;
+using namespace numeric_types;
class Affine final
{
diff --git a/cv/numeric.hpp b/cv/numeric.hpp
index ee24331f..87fe7a69 100644
--- a/cv/numeric.hpp
+++ b/cv/numeric.hpp
@@ -3,7 +3,7 @@
#include <type_traits>
#include <opencv2/core.hpp>
-namespace types {
+namespace numeric_types {
using f = float;
static_assert(std::is_floating_point_v<f>);