Detect human faces and put variety of filters over the detected face.
Viola Jones Robust Real-Time Face Detection process was the chosen implementation methodology which included the following processes -->
- Image Input
- Grayscale & Histogram equalization
- Sub-imaging
- Integral Images
- Extracting HAAR like features
- Adaptive Boosting (AdaBoost)
- Classifier
- Face Detection
https://drive.google.com/open?id=0BwbJALYp8j2BbWJDb1l6eXUybFE This apk does not include our detection due to the lack of post processing and size constraints. This is just a prototype apk.
https://www.youtube.com/watch?v=rood04DobBA
http://www.cs.unc.edu/~lazebnik/spring09/viola_jones.pdf
Yi-Qing Wang, An Analysis of the Viola-Jones Face Detection Algorithm, Image Processing On Line, 4 (2014), pp. 128–148. http://dx.doi.org/10.5201/ipol.2014.104