[Bug 754148] OpenCV port remaining elements to C++ and new API
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Oct 2 10:08:52 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=754148
Luis de Bethencourt <luis at debethencourt.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #310274|accepted-commit_after_freez |committed
status|e |
--- Comment #35 from Luis de Bethencourt <luis at debethencourt.com> ---
Review of attachment 310274:
--> (https://bugzilla.gnome.org/review?bug=754148&attachment=310274)
commit 936665dfd65f1a58aa35d137b19b2d3eec4f4784
Author: Vanessa Chipirrás Navalón <vchipirras6 at gmail.com>
Date: Fri Oct 2 17:48:47 2015 +0100
retinex: Change retinex to C++
Change the gstretinex.c file to cpp and add it into Makefile.
It is necessary to migrate the retinex element to C++,
because new Opencv API leaves obsolete functions like cvSmooth.
This element uses this function.
You can see in this link:
http://docs.opencv.org/modules/imgproc/doc/filtering.html?
highlight=cvsmooth#void cvSmooth(const CvArr* src, CvArr* dst,
int smoothtype, int size1, int size2, double sigma1, double sigma2)
https://bugzilla.gnome.org/show_bug.cgi?id=754148
--
You are receiving this mail because:
You are the QA Contact for the bug.
More information about the gstreamer-bugs
mailing list