[Bug 789075] opencv: new cameracalibrate and cameraundistort elements

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Aug 2 15:32:29 UTC 2018


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

--- Comment #16 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
Might require more tuning, but this should bring us closer now:

commit d2ee9b16fa7d4d3c2ded648a7606152209813a34 (HEAD -> master)
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date:   Thu Aug 2 11:19:07 2018 -0400

    opencv: Fixup include to follow new standard

    This uses the new path for OpenCV headers. OpenCV now have
    master headers files per modules, which reduce the amount of
    required includes. Note that HIGHGUI was included to get the
    imgcodecs includes, which I fixed, though the master header is
    missing the C headers, so I included that directly. All the
    image stuff should be ported to C++ eventually. Finally, this
    patch also update the header checks to reflect the modules that
    are really being used.

commit 9c91282ba64d1750c9c1500b06f826d565ace859
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date:   Thu Aug 2 11:03:47 2018 -0400

    opencv: Updated to use new header path

commit cabf8750984afb662d4401b4316ea96d0bc1ecc8
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date:   Thu Aug 2 10:39:14 2018 -0400

    opencv: Bump requirement to 3.0.0+

    And removes all the ifdef code to support the 2.X APIs.

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