[Bug 774223] opencv: move base opencv filter class and utilities to gst-libs

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 21 16:47:31 UTC 2016


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

--- Comment #31 from Luis de Bethencourt <luis at debethencourt.com> ---
Created attachment 340453
  --> https://bugzilla.gnome.org/attachment.cgi?id=340453&action=edit
Work in progress meson build for OpenCV

Not working yet, it complains about some macros. Can anybody help?

../subprojects/gst-plugins-bad/ext/opencv/gsttemplatematch.cpp: In function
‘void gst_template_match_load_template(GstTemplateMatch*, gchar*)’:
../subprojects/gst-plugins-bad/ext/opencv/gsttemplatematch.cpp:181:44: error:
‘CV_LOAD_IMAGE_COLOR’ was not declared in this scope
     newTemplateImage = cvLoadImage (templ, CV_LOAD_IMAGE_COLOR);
                                            ^~~~~~~~~~~~~~~~~~~
../subprojects/gst-plugins-bad/ext/opencv/gsttemplatematch.cpp:181:63: error:
‘cvLoadImage’ was not declared in this scope
     newTemplateImage = cvLoadImage (templ, CV_LOAD_IMAGE_COLOR);
                                                               ^

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