aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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-01-22use pkgconfig for pd cflags on linuxAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16946
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-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-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=16680
2012-12-07- add contours and matchshape to build processAntoine Villeret
- update help file svn path=/trunk/externals/pix_opencv/; revision=16651
2012-09-22fix Makefile.inAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16267
2012-09-22update MakefileAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=16263
2010-11-11disable option checkingN.N.
svn path=/trunk/externals/pix_opencv/; revision=14407
2010-09-20build tweaks for Mac OS XHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=14165
2010-09-20fixed --export-dynamic flag on GNU/Linux and added Pd-extended headers to ↵Hans-Christoph Steiner
include path on Mac OS X svn path=/trunk/externals/pix_opencv/; revision=14159
2010-07-13fixed angle calculationsN.N.
svn path=/trunk/externals/pix_opencv/; revision=13712
2010-07-09check for opencv librariesN.N.
svn path=/trunk/externals/pix_opencv/; revision=13698
2009-10-19added optical flow objectsN.N.
svn path=/trunk/externals/pix_opencv/; revision=12617
2009-10-10adapt headers to compile with Open Cv version 2.0N.N.
svn path=/trunk/externals/pix_opencv/; revision=12574
2009-10-10reverted all my changesHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=12571
2009-10-09added -isysroot to make sure it works on 10.4 and newerHans-Christoph Steiner
svn path=/trunk/externals/pix_opencv/; revision=12563
2009-10-09converted headers on Mac OS X to do it in Mac OS X style and ported new ↵Hans-Christoph Steiner
Makefile template to this lib svn path=/trunk/externals/pix_opencv/; revision=12560
2009-09-26pgh and hu gives coordinates of detected contoursN.N.
svn path=/trunk/externals/pix_opencv/; revision=12463
2009-09-24The colorspace in Gem-MACOSX is GRAB instead of RGBA in Linuxlluís gómez i bigordà
so added -DDARWIN -DLINUX definitions in the Makefile svn path=/trunk/externals/pix_opencv/; revision=12447
2009-09-24The colorspace in Gem-MACOSX is GRAB instead of RGBA in Linuxlluís gómez i bigordà
so added -DDARWIN -DLINUX definitions in the Makefile and custom code for each system on pix_opencv_contours_convexhull and pix_opencv_colorfilt svn path=/trunk/externals/pix_opencv/; revision=12446
2009-09-19fixing help patchesN.N.
svn path=/trunk/externals/pix_opencv/; revision=12401
2009-09-18added pix_opencv_colorfiltlluís gómez i bigordà
svn path=/trunk/externals/pix_opencv/; revision=12396
2009-09-18added -1 message for lost objectslluís gómez i bigordà
svn path=/trunk/externals/pix_opencv/; revision=12391
2009-09-13added configureN.N.
svn path=/trunk/externals/pix_opencv/; revision=12333
2009-09-11added hu momentsN.N.
svn path=/trunk/externals/pix_opencv/; revision=12314
2009-09-10set SURF as the lastN.N.
svn path=/trunk/externals/pix_opencv/; revision=12298
2009-09-06remove windows optionsN.N.
svn path=/trunk/externals/pix_opencv/; revision=12250
2009-09-03added pix_opencv_surfN.N.
svn path=/trunk/externals/pix_opencv/; revision=12236
2009-09-03added pix_opencv_hough_linesN.N.
svn path=/trunk/externals/pix_opencv/; revision=12233
2009-09-03added pix_opencv_hough_circlesN.N.
svn path=/trunk/externals/pix_opencv/; revision=12230
2009-09-02added contours comparison objects : hu_compare and pgh_compareN.N.
svn path=/trunk/externals/pix_opencv/; revision=12196
2009-09-02added pix_opencv_camshiftN.N.
svn path=/trunk/externals/pix_opencv/; revision=12186
2009-08-30added statistical foreground extractionN.N.
svn path=/trunk/externals/pix_opencv/; revision=12150
2009-08-30added adaptive threshold + fix help patches ( frame 15 )N.N.
svn path=/trunk/externals/pix_opencv/; revision=12148
2009-08-29added pix_opencv_floodfillN.N.
svn path=/trunk/externals/pix_opencv/; revision=12143
2009-08-29rename histo to hist_compareN.N.
svn path=/trunk/externals/pix_opencv/; revision=12136
2009-08-15fixed thresholdN.N.
svn path=/trunk/externals/pix_opencv/; revision=11926
2009-08-15added pd_darwin rules using the openCV macos Frameworklluís gómez i bigordà
svn path=/trunk/externals/pix_opencv/; revision=11924
2009-08-15added thresholdN.N.
svn path=/trunk/externals/pix_opencv/; revision=11922
2009-07-14added pix_opencv_cvkN.N.
svn path=/trunk/externals/pix_opencv/; revision=11866
2009-07-04added pix_opencv_histoN.N.
svn path=/trunk/externals/pix_opencv/; revision=11848
2009-07-03added pix_opencv_lkN.N.
svn path=/trunk/externals/pix_opencv/; revision=11847
2009-06-29Discrete Fourier Transform for GemN.N.
svn path=/trunk/externals/pix_opencv/; revision=11834
2009-06-09replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHans-Christoph Steiner
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/externals/pix_opencv/; revision=11724