summaryrefslogtreecommitdiffhomepage
path: root/cv/numeric.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cv/numeric.hpp')
-rw-r--r--cv/numeric.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cv/numeric.hpp b/cv/numeric.hpp
index ce8f7e82..25ee078b 100644
--- a/cv/numeric.hpp
+++ b/cv/numeric.hpp
@@ -1,10 +1,10 @@
#pragma once
#include <type_traits>
-#include <opencv2/core.hpp>
+#include <opencv2/core/matx.hpp>
namespace numeric_types {
- using f = float;
+ using f = double;
static_assert(std::is_floating_point_v<f>);