summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-02-28 12:17:23 +0100
committerStanislaw Halik <sthalik@misaki.pl>2019-02-28 12:17:23 +0100
commitee97a99e5db05cc6f0bb1e31fe8cac6d160936a5 (patch)
tree5f29c3b47308b5c015ea09bb3a284e936385d40f
parent3f4c5ed9ef29ab84907cc42b0eea377f179d6acb (diff)
Revert "tracker/{aruco,pt}: enable ipp fast math mode with opencv"
Broken for old opencv on Linux
-rw-r--r--tracker-aruco/ftnoir_tracker_aruco.cpp2
-rw-r--r--tracker-pt/ftnoir_tracker_pt.cpp2
2 files changed, 0 insertions, 4 deletions
diff --git a/tracker-aruco/ftnoir_tracker_aruco.cpp b/tracker-aruco/ftnoir_tracker_aruco.cpp
index dccfb9ca..8928566f 100644
--- a/tracker-aruco/ftnoir_tracker_aruco.cpp
+++ b/tracker-aruco/ftnoir_tracker_aruco.cpp
@@ -361,8 +361,6 @@ void aruco_tracker::cycle_detection_params()
void aruco_tracker::run()
{
- cv::ipp::setUseIPP_NotExact(true);
-
if (!open_camera())
return;
diff --git a/tracker-pt/ftnoir_tracker_pt.cpp b/tracker-pt/ftnoir_tracker_pt.cpp
index 27197266..a2272d1c 100644
--- a/tracker-pt/ftnoir_tracker_pt.cpp
+++ b/tracker-pt/ftnoir_tracker_pt.cpp
@@ -51,8 +51,6 @@ Tracker_PT::~Tracker_PT()
void Tracker_PT::run()
{
- cv::ipp::setUseIPP_NotExact(true);
-
maybe_reopen_camera();
while(!isInterruptionRequested())