aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_blobtrack.cc
AgeCommit message (Collapse)Author
2014-07-10lots of changes !Antoine Villeret
1. switch to a new build system based on automake (because we need to check for some lib on ./configure before make) 2. sort files in different directory 3. add some new features (some of them need OpenCV >= 2.4.5) svn path=/trunk/externals/pix_opencv/; revision=17324
2013-10-08cleanup build systemAntoine Villeret
does not work yet on windows, but working on it... svn path=/trunk/externals/pix_opencv/; revision=17215
2013-10-08add areaThreshold message and filterAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17208
2013-06-20fix opencv 2.4.5 compatibilityAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17157
2013-06-20small changesAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17155
2013-05-18add getParam and setParam method to control module's parameterAntoine Villeret
WARNING ! this is quite experimental ! since there is no way to get parameters boundaries and those are not clipped, set to a wrong value could lead to crash svn path=/trunk/externals/pix_opencv/; revision=17135
2013-02-08- change output blob message to "cvblob"Antoine Villeret
- update help file svn path=/trunk/externals/pix_opencv/; revision=17029
2012-12-27use .cc as standard file extensionHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=16767