aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-29removed executable-flag from pd-patchesHEADsvn2git-headexternals/pix_opencvIOhannes m zmölnig
svn path=/trunk/externals/pix_opencv/; revision=17509
2015-05-13fixed merge-conflictsIOhannes m zmölnig
svn path=/trunk/externals/pix_opencv/; revision=17468
2014-12-07fix broken exampleAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17389
2014-07-13fix build on MacOSXAntoine Villeret
improve help patch (contours) svn path=/trunk/externals/pix_opencv/; revision=17329
2014-07-10add windows 7 build filesAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17328
2014-07-10this file is automatically generatedAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17327
2014-07-10forgot the meta source fileAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17326
2014-07-10forgot thisAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17325
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-11-24remove some commentsAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17226
2013-10-08add pix_opencv_opticalflow helpAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17220
2013-10-08first commit of new optical flow externalAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17219
2013-10-08update building infos Antoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17218
2013-10-08delete unneeded sourceAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17217
2013-10-08not needed anymoreAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17216
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-08remove highgui dependencyAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17212
2013-10-08remove highgui dependencyAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17211
2013-10-08update help Antoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17210
2013-10-08add include legacy.hppAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17209
2013-10-08add areaThreshold message and filterAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17208
2013-06-25remove line 643...Antoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17159
2013-06-21should not depends on libcv-dev libhighgui-dev libcvaux-dev anymore...Antoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17158
2013-06-20fix opencv 2.4.5 compatibilityAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17157
2013-06-20example 09, CPU version is still buggyAntoine Villeret
guest a scale issue svn path=/trunk/externals/pix_opencv/; revision=17156
2013-06-20small changesAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17155
2013-06-20revert last changesAntoine Villeret
not ready to forget opencv 1.5 dependency right now... svn path=/trunk/externals/pix_opencv/; revision=17154
2013-06-20fix legacy header inclusionAntoine Villeret
thanks to yvan volochine svn path=/trunk/externals/pix_opencv/; revision=17153
2013-05-18small changes in commentsAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17141
2013-05-18add vp calibration exampleAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17140
2013-05-18small changesAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17139
2013-05-18some small changes, mainly in commentsAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17138
2013-05-18update help patches :Antoine Villeret
warpperspective : add invert message blobtrack : add setParam and getParam message svn path=/trunk/externals/pix_opencv/; revision=17137
2013-05-18add invert method to invert transformation matrixAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17136
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-04-13fix bug in RGBA modeAntoine Villeret
svn path=/trunk/externals/pix_opencv/; revision=17088
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