facedetect: need to migrate to C++
authorVanessa Chipirrás <vchipirras6@gmail.com>
Fri, 31 Jul 2015 12:45:43 +0000 (13:45 +0100)
committerLuis de Bethencourt <luis@debethencourt.com>
Fri, 31 Jul 2015 15:49:17 +0000 (16:49 +0100)
commit78d0c5f01ef8d361c66a346aa670ce35a94c247e
tree958b644d494c9387592fcf237fe394a1b48d9b15
parent9115a750f710d832ecca69c7f53ee0d947ad61f7
facedetect: need to migrate to C++

The cascade classifier changes its structure on new version of OpenCV.
The need to migrate to C++ to utilize the new load method of OpenCV which
allows to load the new classifiers.

https://bugzilla.gnome.org/show_bug.cgi?id=748377
ext/opencv/Makefile.am
ext/opencv/gstfacedetect.cpp [moved from ext/opencv/gstfacedetect.c with 77% similarity]
ext/opencv/gstfacedetect.h
ext/opencv/gstopencv.cpp [moved from ext/opencv/gstopencv.c with 98% similarity]