facedetect: Add unit test
authorVanessa Chipirrás <vchipirras6@gmail.com>
Fri, 31 Jul 2015 16:31:15 +0000 (17:31 +0100)
committerLuis de Bethencourt <luis@debethencourt.com>
Fri, 31 Jul 2015 16:43:56 +0000 (17:43 +0100)
commit02b9daafdf64ab205ed725f5496dfa5ce860eacc
tree22776082a381dbcac9d215d794d1c17aea14bf7e
parent2111f50a6fd459cbde0cfe8d851515723a441478
facedetect: Add unit test

I created four utilities of the detected features:
1- If you hide your mouth, the volume of video is low.
2- If you hide the nose, the volume of the video is up.
3- If you hide the full face, the video stops.

You can see proof of this here:
https://www.youtube.com/watch?v=pxzejNKV_WQ

https://bugzilla.gnome.org/show_bug.cgi?id=748377
tests/examples/opencv/Makefile.am
tests/examples/opencv/gstfacedetect_test.c [new file with mode: 0644]