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
This commit is contained in:
Vanessa Chipirrás Navalón 2015-10-02 17:48:47 +01:00 committed by Luis de Bethencourt
parent 31b1938a5f
commit 936665dfd6
2 changed files with 1 additions and 1 deletions

View file

@ -19,7 +19,7 @@ libgstopencv_la_SOURCES = gstopencv.cpp \
gsttextoverlay.c \
gstmotioncells.c \
gstskindetect.c \
gstretinex.c \
gstretinex.cpp \
gstfacedetect.cpp \
gstsegmentation.cpp \
gstgrabcut.cpp \