aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Villeret <avilleret@users.sourceforge.net>2013-10-08 08:25:32 +0000
committerAntoine Villeret <avilleret@users.sourceforge.net>2013-10-08 08:25:32 +0000
commit8a20431fd758bac1a278328ed7b691f363638168 (patch)
tree1189d9579530660cd73ffa536426fba0b8d82323
parent4869f9a288e8265f026372f6bc367012054f4d08 (diff)
remove highgui dependency
svn path=/trunk/externals/pix_opencv/; revision=17211
-rw-r--r--blobtrack.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/blobtrack.h b/blobtrack.h
index 2d15853..43e3989 100644
--- a/blobtrack.h
+++ b/blobtrack.h
@@ -1,9 +1,7 @@
#include "opencv2/video/background_segm.hpp"
#include "opencv2/legacy/legacy.hpp"
#include "opencv2/legacy/blobtrack.hpp"
-#include "opencv2/highgui/highgui.hpp"
#include <opencv2/imgproc/imgproc_c.h>
-
#include <stdio.h>
/* Select appropriate case insensitive string comparison function: */