diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-28 12:17:23 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-28 12:17:23 +0100 |
commit | ee97a99e5db05cc6f0bb1e31fe8cac6d160936a5 (patch) | |
tree | 5f29c3b47308b5c015ea09bb3a284e936385d40f /tracker-pt | |
parent | 3f4c5ed9ef29ab84907cc42b0eea377f179d6acb (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.cpp | 2 |
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()) |