summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New Vignette effect.Simon A. Eugster2011-07-213-0/+171
* Bluescreen0r: add explicit color space specificationMarko Cebokli2011-07-171-3/+3
* Bluescreen0r: map color parameter to [0,1] rangeMarko Cebokli2011-07-171-4/+9
* Bluescreen0r: adapt default and bum minor versionMarko Cebokli2011-07-151-2/+2
* Bluescreen0r: map distance parameter to [0,1] rangeMarko Cebokli2011-07-151-2/+2
* IIRblur: remove unneeded xmmintrin includeMarko Cebokli2011-07-111-1/+0
* IIRblur: add range check on float to charMarko Cebokli2011-07-081-0/+18
* Add IIRblur sourceMarko Cebokli2011-07-086-0/+1542
* Fix broken color parameters in facedetect.Dan Dennedy2011-03-161-4/+4
* Sanitize parameters in OpenCV filters.Dan Dennedy2011-03-162-3/+15
* Add #ifndef around all the math macros.Dan Dennedy2011-03-161-0/+20
* cleanup header leftoverv1.3Jaromil2011-03-091-1/+0
* Fix error when cascade classifier is missingJaromil2011-03-091-8/+22
* Corners: add parameter "Alpha operation"Till Theato2011-03-081-21/+72
* documentation for a new releaseJaromil2011-03-084-53/+53
* Merge branch 'master' of code.dyne.org:frei0rDan Dennedy2011-02-271-0/+4
|\
| * CMake change: Install frei0r.h to the /include directorySimon A. Eugster2011-02-271-0/+4
* | 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