summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Default OpenCV to a single thread.Dan Dennedy2011-02-272-2/+2
* Comment printfs in facedetect.Dan Dennedy2011-02-271-2/+2
* Fix a couple of deallocation errors reported by valgrind.Dan Dennedy2011-02-272-5/+5
* A few minor tweaks to facedetect.Dan Dennedy2011-02-271-3/+3
* Sanitize scale for draw's protection.Dan Dennedy2011-02-261-0/+1
* Add FaceDetect 2.0.Dan Dennedy2011-02-264-5/+311
* Capitalize parameter names and descriptions.Dan Dennedy2011-02-261-16/+9
* Remove redundant member variables.Dan Dennedy2011-02-261-11/+6
* OpenCV does not care about color model and bump facebl0r version.Dan Dennedy2011-02-211-1/+1
* Add largest parameter to facebl0r.Dan Dennedy2011-02-201-2/+7
* Add smallest parameter to facebl0r.Dan Dennedy2011-02-201-3/+10
* Add neighbors parameter to facebl0r.Dan Dennedy2011-02-201-5/+9
* Add search scale parameter to facebl0r.Dan Dennedy2011-02-201-1/+5
* Add thread count parameter to facebl0r.Dan Dennedy2011-02-201-0/+5
* Add recheck parameter to facebl0r.Dan Dennedy2011-02-201-8/+10
* Add ellipse parameter to facebl0r.Dan Dennedy2011-02-201-3/+8
* Improve facebl0r detection by getting biggest object.Dan Dennedy2011-02-201-0/+1
* Do face detection on equalized gray image.Dan Dennedy2011-02-201-1/+9
* Cleanup facebl0r.Dan Dennedy2011-02-201-26/+21
* Light Graffiti effect: Added black reference option to start with a black bac...Simon Eugster2011-02-202-5/+16
* Light Graffiti: Added option to prevent overlapping areas between consecutive...Simon Eugster2011-02-201-8/+43
* Tutorial filter added to CMakeLists.txt (without installing it), example code...Simon Eugster2011-02-053-4/+136
* Add alpha_addition to automake.Dan Dennedy2011-01-291-89/+182
* Merge branch 'ttill'Dan Dennedy2011-01-292-162/+350
|\
| * c0rners: Move map updating from set_param_value to update. It is still only d...Till Theato2011-01-131-12/+19
| * Add lightgraffiti filter to makefile buildTill Theato2011-01-131-1/+2
| * curves: - increased precision for hue when using the Bezier spline because it...Till Theato2011-01-131-106/+129
| * curves: Add channels hue and saturationTill Theato2011-01-131-22/+156
| * curves: Add two new modes: RGB, Alpha. The values of the modes were also upda...Till Theato2011-01-131-10/+34
| * Speed up the curves filterTill Theato2011-01-131-52/+57
| * curves: - set version to 0.2 - use range 0-1 instead of 0-255 for values in t...Till Theato2011-01-131-15/+10
* | Light Graffiti: New version leading to better results when mixing different c...Simon Eugster2011-01-291-34/+99
* | Alpha addition added. Can e.g. be used with the light graffiti effect and «t...Simon Eugster2011-01-243-0/+93
* | Light Graffiti: Preparations for better look of combinations of different lig...Simon Eugster2011-01-231-0/+125
* | Add lightgraffiti filter to makefile buildTill Theato2011-01-141-1/+2
|/
* Light Graffiti effect: Source code comments added, indentation changedSimon Eugster2011-01-071-461/+498
* Light Graffiti effect:Simon Eugster2011-01-061-10/+74
* Light Graffiti: Realistic look improved quite a lotSimon Eugster2011-01-051-39/+124
* Merge branch 'master' of code.dyne.org:frei0rSimon Eugster2011-01-031-0/+1
|\
| * fix memleak in curvesTill Theato2011-01-021-0/+1
* | Light Graffiti filter:Simon Eugster2010-12-281-55/+50
* | Light Graffiti filter:Simon Eugster2010-12-271-20/+74
* | Light Graffiti effect:Simon Eugster2010-12-231-154/+82
* | Example filter added (tutorial filter). Feel free to expand :)Simon Eugster2010-12-233-0/+63
* | Light Graffiti effect: Parameter Alpha addedSimon Eugster2010-12-231-0/+12
* | Light Graffiti: Additional tests, perhaps slightly improvedSimon Eugster2010-12-211-13/+171
* | Light Graffiti: Using the float moving average (with a low alpha value) and a...Simon Eugster2010-12-201-2/+61
* | Light Graffiti filter: Lots of testing added; calculating the average image w...Simon Eugster2010-12-201-6/+214
* | Light Graffiti filter added. Works like light painting but for video.Simon Eugster2010-12-193-0/+227
* | Merge branch 'master' of code.dyne.org:frei0rSimon Eugster2010-12-1828-76/+6344
|\ \ | |/