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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 21 17:06:15 UTC 2016


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

--- Comment #34 from Philippe Renon <philippe_renon at yahoo.fr> ---
The missing types are in opencv2/imgcodecs/imgcodecs_c.h

They get included indirectly from gsttemplatematch.h through:

#ifdef HAVE_HIGHGUI_H
#include <highgui.h>            // includes highGUI definitions
#endif
#ifdef HAVE_OPENCV2_HIGHGUI_HIGHGUI_C_H
#include <opencv2/highgui/highgui_c.h>            // includes highGUI
definitions
#endif

The errors you get mean that neither HAVE_HIGHGUI_H nor
HAVE_OPENCV2_HIGHGUI_HIGHGUI_C_H are defined.

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