summaryrefslogtreecommitdiffhomepage
path: root/cv/numeric.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2025-04-25 08:01:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2025-05-16 08:54:13 +0200
commit78f8c6c81c2e900aa1cb433940667a054cc0b6ed (patch)
treeb03c5c96e1d45645a5528d2007f343f21bd46f48 /cv/numeric.hpp
parent1f737463587fec21337631bc0320718b49fde26c (diff)
buffer flush
Diffstat (limited to 'cv/numeric.hpp')
-rw-r--r--cv/numeric.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cv/numeric.hpp b/cv/numeric.hpp
index 2050e8e4..25ee078b 100644
--- a/cv/numeric.hpp
+++ b/cv/numeric.hpp
@@ -4,7 +4,7 @@
#include <opencv2/core/matx.hpp>
namespace numeric_types {
- using f = float;
+ using f = double;
static_assert(std::is_floating_point_v<f>);