diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-08-10 16:16:26 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-08-14 19:19:59 +0200 |
commit | 359da594db4580f7578276d8f1b420a23510f5ac (patch) | |
tree | 131295d50cfe706244a553a71d53f496608c0c87 /tracker-pt/ftnoir_tracker_pt.h | |
parent | 2998dc09288f009e162a0573edd703628f939488 (diff) |
tracker/pt: move Affine class to cv/
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt.h')
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt.h b/tracker-pt/ftnoir_tracker_pt.h index 65e367f5..4110c9d9 100644 --- a/tracker-pt/ftnoir_tracker_pt.h +++ b/tracker-pt/ftnoir_tracker_pt.h @@ -13,7 +13,7 @@ #include <atomic> -#include "numeric.hpp" +#include "cv/numeric.hpp" #include "camera.h" #include "point_extractor.h" |