[Bug 754148] OpenCV port remaining elements to C++ and new API
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Aug 29 11:01:22 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=754148
--- Comment #9 from Vanessa Chipirrás Navalón <vchipirras6 at gmail.com> ---
Created attachment 310274
--> https://bugzilla.gnome.org/attachment.cgi?id=310274&action=edit
Change gstretinex.c 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
Ready for review.
--
You are receiving this mail because:
You are the QA Contact for the bug.
More information about the gstreamer-bugs
mailing list