diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-13 01:45:17 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-13 01:45:17 +0200 |
commit | d075be93b455852e0e3e4b5a0b0790793ed20e12 (patch) | |
tree | aa656ebbffba8f4f6fa4a1aba5e0252bdc8c1417 /tracker-pt/point_extractor.h | |
parent | 50a78e613567c44c415c2ebc294089ff1e60493f (diff) |
whitespace
Diffstat (limited to 'tracker-pt/point_extractor.h')
-rw-r--r-- | tracker-pt/point_extractor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-pt/point_extractor.h b/tracker-pt/point_extractor.h index 193c06dc..8fd521c3 100644 --- a/tracker-pt/point_extractor.h +++ b/tracker-pt/point_extractor.h @@ -12,11 +12,11 @@ #include "camera.h" #include "cv/numeric.hpp" +#include <vector> + #include <opencv2/core.hpp> #include <opencv2/imgproc.hpp> -#include <vector> - namespace pt_impl { using namespace types; |