This is an Android Based Smile Detection Project , using OpenCV and JavaCV. It works well with android and to make it work you need to install the open cv libraries in your Android Phone..
SmileDetection is hosted in the following web site
https://github.com/abhishek-ch/SmileDetection
If you think the Android project SmileDetection listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SmileDetection.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 18 |
Minimum SDK Version | 10 |
Activity Count | 1 |
Required Permissions | android.permission.CAMERA |
Raw File Names | res\raw\desktop.ini res\raw\haarcascade_eye.xml res\raw\haarcascade_eye_tree_eyeglasses.xml res\raw\haarcascade_frontalface_alt.xml res\raw\haarcascade_mcs_mouth.xml res\raw\haarcascade_smile.xml res\raw\lbpcascade_frontalface.xml res\raw\smile5.xml |
SmileDetection has the following Java source files.
com.emotion.facedetection.FdActivity.java com.emotion.facedetection.FpsMeter.java com.emotion.facedetection.SampleCvViewBase.java org.opencv.samples.facedetect.DetectionBasedTracker .java