[Bug 748377] OpenCV face detection does not work with OpenCV newer than 2.4.10

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Aug 11 14:34:17 PDT 2015


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

Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #309090|none                        |needs-work
             status|                            |

--- Comment #54 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Review of attachment 309090:
 --> (https://bugzilla.gnome.org/review?bug=748377&attachment=309090)

::: ext/opencv/gstfacedetect.cpp
@@ +143,3 @@

+inline void
+structure_and_message (const vector < Rect > &rectangles, const gchar * name,

Here we have structure_and_message()

@@ +718,3 @@
             "height", G_TYPE_UINT, r.height, NULL);
+        if (have_nose)
+          structure (nose, "nose", rnx, rny, filter, s);

But we call structure() ? What am I missing ?

-- 
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