diff options
Diffstat (limited to 'cv/numeric.hpp')
-rw-r--r-- | cv/numeric.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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>); |