[Bug 722158] facedetect element non-functional

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 14 01:40:15 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=722158
  GStreamer | gst-plugins-bad | 1.2.4

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.1

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-01-14 09:40:12 UTC ---
commit e8d569f54de1af7f788a7ecb33fbb91e01a2f098
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Tue Jan 14 10:38:37 2014 +0100

    faceblur: set maximum feature size to 0x0

    Previously faces would only be detected if they were at least 30x30 pixels
    large and at most 32x32 pixels. We keep the minimum setting (maybe needs
    a property as in facedetect) but disable the maximum feature size.

    See https://bugzilla.gnome.org/show_bug.cgi?id=722158

commit b33b1390cc0d8fa242b739d5bcde1320ad6d50ff
Author: Kipp Cannon <kcannon at cita.utoronto.ca>
Date:   Tue Jan 14 01:06:02 2014 -0500

    facedetect: set maximum feature size to 0x0

    This disables the "max feature size" feature. The current configuration
    is totally busted: The max feature size is hard-coded to 2 pixels more
    than the user-supplied min feature size which pretty much means you need
    to guess the size of the person's face to within a few pixels to get the
    code to find it.

    https://bugzilla.gnome.org/show_bug.cgi?id=722158

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list