Updated with comments of speclad

This commit is contained in:
StevenPuttemans
2013-08-30 12:50:06 +02:00
parent caaf440bd8
commit 15f1a48ec4
2 changed files with 7 additions and 1 deletions

View File

@@ -45,6 +45,12 @@
#include "opencv2/calib3d/calib3d.hpp"
#include "opencv2/contrib/hybridtracker.hpp"
#ifdef HAVE_OPENCV_NONFREE
#include "opencv2/nonfree/nonfree.hpp"
static bool makeUseOfNonfree = initModule_nonfree();
#endif
using namespace cv;
CvFeatureTracker::CvFeatureTracker(CvFeatureTrackerParams _params) :