summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt
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 /tracker-pt
parent3f4c5ed9ef29ab84907cc42b0eea377f179d6acb (diff)
Revert "tracker/{aruco,pt}: enable ipp fast math mode with opencv"
Broken for old opencv on Linux
Diffstat (limited to 'tracker-pt')
-rw-r--r--tracker-pt/ftnoir_tracker_pt.cpp2
1 files changed, 0 insertions, 2 deletions
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())