aboutsummaryrefslogtreecommitdiff
path: root/blobtrack.h
diff options
context:
space:
mode:
authorAntoine Villeret <avilleret@users.sourceforge.net>2013-10-08 09:22:34 +0000
committerAntoine Villeret <avilleret@users.sourceforge.net>2013-10-08 09:22:34 +0000
commit0b7297ea1006f908aa75b1d107f607d52ecb6735 (patch)
tree651ae83b578a03491e5201e098a94f3a7a5e1bf8 /blobtrack.h
parent8a20431fd758bac1a278328ed7b691f363638168 (diff)
remove highgui dependency
svn path=/trunk/externals/pix_opencv/; revision=17212
Diffstat (limited to 'blobtrack.h')
-rw-r--r--blobtrack.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/blobtrack.h b/blobtrack.h
index 43e3989..e95feed 100644
--- a/blobtrack.h
+++ b/blobtrack.h
@@ -119,11 +119,3 @@ DefModule_BlobTrackAnalysis BlobTrackAnalysis_Modules[] =
{cvCreateModuleBlobTrackAnalysisIOR,"IOR","Integrator (by OR operation) of several analysers "},
{NULL,NULL,NULL}
};
-
-/*
-class blobtracker {
- int RunBlobTrackingAuto( CvCapture* pCap, CvBlobTrackerAuto* pTracker,char* fgavi_name = NULL, char* btavi_name = NULL );
- void print_params(CvVSModule* pM, const char* module, const char* log_name);
- void set_params(int argc, char* argv[], CvVSModule* pM, const char* prefix, const char* module);
-};
-*/