aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_contours.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-04-03add repeat_point, a useless optionAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17069
2013-01-15fix info outletAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16872
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
2013-01-10- update build instructionsAntoine Villeret
- add contour length to infos output of pix_opencv_contours svn path=/trunk/externals/pix_opencv/; revision=16850
2012-12-26add convexity defects ouputAntoine Villeret
add convexhull output add contours hierarchy svn path=/trunk/externals/pix_opencv/; revision=16759
2012-12-20fix bug in semgent number on info outletAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16711
2012-12-19add zero padding to info outlet and number of segment for each contourAntoine Villeret
WARNING ! this breaks compatibility with previous versions !! svn path=/trunk/externals/pix_opencv/; revision=16703
2012-12-19fix extension for pix_opencv_matchshape and pix_opencv_contoursAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16700
2012-12-07- add contours and matchshape to build processAntoine Villeret
- update help file svn path=/trunk/externals/pix_opencv/; revision=16651