diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-07 11:06:14 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 07:48:46 +0100 |
commit | b6b1f969bcf0fe0b3551f01b90d41fab99372a99 (patch) | |
tree | e1aa979215bcdebbf8852da8ffcdd43424b700e5 /cv/numeric.hpp | |
parent | b5cdedb08159655819e73bba0754ef36a5565e66 (diff) |
cv/numeric: rename namespace
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>); |