Commit 4b5c8412 authored by Alex Leontiev's avatar Alex Leontiev

vadim 2

parent 19b2d744
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#include "opencv2/imgproc.hpp" #include "opencv2/imgproc.hpp"
#include <algorithm> #include <algorithm>
#include <limits.h> #include <limits.h>
#include "tld_utils.hpp" #include "tld_tracker.hpp"
using namespace cv; using namespace cv;
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#include "time.h" #include "time.h"
#include <algorithm> #include <algorithm>
#include <limits.h> #include <limits.h>
#include "tld_utils.hpp" #include "tld_tracker.hpp"
#include "opencv2/highgui.hpp" #include "opencv2/highgui.hpp"
#define THETA_NN 0.50 #define THETA_NN 0.50
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#include <limits.h> #include <limits.h>
#include <math.h> #include <math.h>
#include <opencv2/highgui.hpp> #include <opencv2/highgui.hpp>
#include "tld_utils.hpp" #include "tld_tracker.hpp"
namespace cv {namespace tld namespace cv {namespace tld
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment