Commit 99ce8def authored by Alex Leontiev's avatar Alex Leontiev

commit

parent f1d4a1e1
...@@ -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.hpp" #include "tld_utils.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.hpp" #include "tld_utils.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.hpp" #include "tld_utils.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