aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_contours.h
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-06-21should not depends on libcv-dev libhighgui-dev libcvaux-dev anymore...Antoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17158
2013-04-03add repeat_point, a useless optionAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17069
2013-01-15add writing to tables methodsAntoine Villeret
contours could be huge and may lead to stack overflow with the list iteratiion drawing function using tables and gemvertexbuffer also improve performances svn path=/trunk/externals/pix_opencv/; revision=16868
2012-12-26add convexity defects ouputAntoine Villeret
add convexhull output add contours hierarchy svn path=/trunk/externals/pix_opencv/; revision=16759
2012-09-22add a contour detector that sends all detected contoursAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16265