Vanessa Chipirrás Navalón 936665dfd6 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
2015-10-02 18:07:06 +01:00
..
2015-10-02 17:23:57 +03:00
2014-04-08 09:55:15 +02:00
2015-08-18 11:54:33 +03:00
2015-10-02 16:36:14 +01:00
2015-10-01 23:20:19 +10:00
2015-09-30 00:43:26 +01:00
2014-08-10 12:29:04 +01:00
2015-02-24 14:01:18 +00:00
2014-09-24 14:45:20 +01:00
2013-05-12 23:42:06 +01:00
2015-10-02 18:07:06 +01:00
2014-09-16 12:48:25 +03:00
2015-07-10 15:25:26 +10:00