[Bug 725163] opencv extension is using the deprecated cv.h header

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 25 08:12:38 PST 2014


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

--- Comment #1 from Vicente Olivert Riera <vincent.riera at imgtec.com> 2014-02-25 16:33:58 UTC ---
In fact, it would be great to pre-check which OpenCV modules are available
(maybe the user doesn't have all of them installed). Right now, including cv.h
you are assuming that the user has "imgproc", "video", "features2d", "flann",
"calib3d", "objdetect" and "legacy" modules installed.

Checking the modules in the configure phase and stop the process if a required
module is not installed, and enable/disable the support for an optional feature
if certain optional module is not installed would be the best solution, in my
honest opinion.

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