pull/55/head
Alex Leontiev 10 years ago
parent f1d4a1e163
commit 99ce8defc1
  1. 2
      modules/tracking/src/tld_classifier.cpp
  2. 2
      modules/tracking/src/tld_tracker.cpp
  3. 0
      modules/tracking/src/tld_tracker.hpp
  4. 2
      modules/tracking/src/tld_utils.cpp

@ -44,7 +44,7 @@
#include "opencv2/imgproc.hpp"
#include <algorithm>
#include <limits.h>
#include "TLD.hpp"
#include "tld_utils.hpp"
using namespace cv;

@ -45,7 +45,7 @@
#include "time.h"
#include <algorithm>
#include <limits.h>
#include "TLD.hpp"
#include "tld_utils.hpp"
#include "opencv2/highgui.hpp"
#define THETA_NN 0.50

@ -47,7 +47,7 @@
#include <limits.h>
#include <math.h>
#include <opencv2/highgui.hpp>
#include "TLD.hpp"
#include "tld_utils.hpp"
namespace cv {namespace tld
{
Loading…
Cancel
Save