aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-03add repeat_point, a useless optionAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17069
2013-03-19delete unused fileAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17066
2013-03-19add a 08_GPU_morphology exampleAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17065
2013-02-08- change output blob message to "cvblob"Antoine Villeret
- update help file svn path=/trunk/externals/pix_opencv/; revision=17029
2013-02-08fix a typoAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17028
2013-02-08more infos about outputAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17027
2013-02-04added missing dependency: libcvaux-devHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=17024
2013-02-04moving license to standard name for template librariesHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=17023
2013-01-31-restore broken cord on help patchAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17009
2013-01-31-remove some useless printfAntoine Villeret
-add a TODO file svn path=/trunk/externals/pix_opencv/; revision=17008
2013-01-22use pkgconfig for pd cflags on linuxAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16946
2013-01-22small changesAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16945
2013-01-16remove or comment out debugging printfAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16882
2013-01-15fix info outletAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16872
2013-01-15improve help patch according to last commitAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16870
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-11improve help patchAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16852
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-31on Mac OS X, script to embed all the dylibs that are neededHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=16796
2012-12-31on Mac OS X, use opencv from pkg-config, which Fink and probably others provideHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=16795
2012-12-31remove unneeded executable permissionsHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=16794
2012-12-27fix cflags for Gem, thanks to IOhannesAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16774
2012-12-27include header path from 'gem-dev' Debian packageHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=16771
2012-12-27clean up directoryAntoine Villeret
fix help patch dependency improve REAMDE svn path=/trunk/externals/pix_opencv/; revision=16770
2012-12-27adapt the latest template Makefile to building C++ for GemHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=16769
2012-12-27build pix_opencv_blobtrack with the rest of the .cc filesHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=16768
2012-12-27use .cc as standard file extensionHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=16767
2012-12-27move example image to examples/Hans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=16766
2012-12-27add .txt to match library templateHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=16765
2012-12-27sync version with configure.acHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=16764
2012-12-26change INSTALL to README and updateAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16763
2012-12-26un joli dessin !!!Antoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16762
2012-12-26deprecated since new pix_opencv_contoursAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16761
2012-12-26update help patch...Antoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16760
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-19fix help file according to last commit (info outlet change)Antoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16704
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-18fix extension for pix_opencv_matchshape and pix_opencv_contoursAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16687
2012-12-13search the new /usr/include/Gem header location by defaultHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=16681
2012-12-13search the new /usr/include/Gem header location by defaultHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=16680
2012-12-12adapt gemlist object to remove error at each frame.Cyrille Henry
svn path=/trunk/externals/pix_opencv/; revision=16672
2012-12-07- add contours and matchshape to build processAntoine Villeret
- update help file svn path=/trunk/externals/pix_opencv/; revision=16651
2012-10-13add antoine latest modification, and code cleanupCyrille Henry
svn path=/trunk/externals/pix_opencv/; revision=16382
2012-09-22help patchesAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16271
2012-09-22add dessin.tif for some help patchesAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16270
2012-09-22add GPU optical flowAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16269
2012-09-22add example 05 for perspective correctionAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16268
2012-09-22fix Makefile.inAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16267