[Bug 760473] OpenCV face detection does not work with OpenCV newer than 2.4.11

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 1 16:12:23 UTC 2016


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

--- Comment #9 from Vanessa Chipirrás Navalón <vchipirras6 at gmail.com> ---
Created attachment 320191
  --> https://bugzilla.gnome.org/attachment.cgi?id=320191&action=edit
opencv: disparity: Ported to 3.1 OpenCV version, while  keeping the
compatibility with 2.4.

'METHOD_VAR', 'METHOD_GC' is removed because there aren't equivalent functions
in new OpenCV versions. 'img_right_as_cvMat_rgb', 'img_left_as_cvMat_rgb' and
'depth_map_as_cvMat2' variables is removed because these aren't used.
cvarrToMat() is added because it is compatible with all versions of Opencv and
using the class Mat constructor is eliminated, because is deprecated in 3.X
versions. The use 'using namespace cv' because is called some functions many
times.

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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list