From ccce6a62e32f5974b400f4ae5c2556c1f82ee856 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Wed, 16 Mar 2011 07:59:12 +0000 Subject: [PATCH] Add effects XML files for frei0r facebl0r and facedetect. svn path=/trunk/kdenlive/; revision=5496 --- effects/CMakeLists.txt | 2 + effects/frei0r_facebl0r.xml | 37 ++++++++++++++++ effects/frei0r_facedetect.xml | 79 +++++++++++++++++++++++++++++++++++ 3 files changed, 118 insertions(+) create mode 100644 effects/frei0r_facebl0r.xml create mode 100644 effects/frei0r_facedetect.xml diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index 338133dd..9a595c45 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -102,6 +102,8 @@ frei0r_tint0r.xml frei0r_twolay0r.xml frei0r_vectorscope.xml frei0r_vertigo.xml +frei0r_facebl0r.xml +frei0r_facedetect.xml gain.xml fade_from_black.xml fade_to_black.xml diff --git a/effects/frei0r_facebl0r.xml b/effects/frei0r_facebl0r.xml new file mode 100644 index 00000000..39d3db41 --- /dev/null +++ b/effects/frei0r_facebl0r.xml @@ -0,0 +1,37 @@ + + + Face blur + Automatically detect and blur a face using OpenCV + ZioKernel, Biilly, Jilt, Jaromil, Dan Dennedy + + + Search scale + The search window scale factor. For example, 120 = 1.20 = increases by 20% on each pass. + + + + Neighbors + Minimum number of rectangles that determines an object. + + + + Smallest + The minimum window size in pixels. + + + + Largest + The largest size face in pixels - both horizontally and vertically (square window). + + + + Recheck + How often to detect a face. In between checks, it does object motion tracking. + + + + Show ellipse + Draw a blue ellipse around the face area? + + + diff --git a/effects/frei0r_facedetect.xml b/effects/frei0r_facedetect.xml new file mode 100644 index 00000000..3b0b3383 --- /dev/null +++ b/effects/frei0r_facedetect.xml @@ -0,0 +1,79 @@ + + + Face detect + Detect faces and draw shapes on them using OpenCV + binarymillenium, Dan Dennedy + + + Search scale + The search window scale factor. For example, 120 = 1.20 = increases by 20% on each pass. + + + + Neighbors + Minimum number of rectangles that determines an object. + + + + Smallest + The minimum window size in pixels. + + + + Recheck + How often to detect a face. In between checks, it does object motion tracking. + + + + Image scale + Image down-scaling factor to improve performance. + + + + circle,ellipse,rectangle,random + Shape + + + + Stroke width + 0 means fill; otherwise, draw unfilled with a stroke width of this size. + + + + Alpha + Set the alpha channel of the shape area to a percentage of fully opaque. + + + + Antialias + Draw with anti-aliasing? + + + + -- 2.39.2