Android Open Source - Development opencv AndroidFaceRecognizer






Project Summary

This is an face detection and recognition application on Android based on Android OpenCV Android SDK which includes Java and NDK features..

Web Site / Source Repository

AndroidFaceRecognizer is hosted in the following web site
https://github.com/yaylas/AndroidFaceRecognizer

If you think the Android project AndroidFaceRecognizer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of AndroidFaceRecognizer.

ItemValue
Java File Count12
Target SDK Version17
Minimum SDK Version9
Activity Count6
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.CAMERA
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE
Raw File Namesres\raw\haarcascade_frontalface_alt.xml
res\raw\lbpcascade_frontalface.xml
res\raw\ojoleft.xml
res\raw\ojoright.xml




License

The license information of AndroidFaceRecognizer is as follows:

MIT License

Resource Files

There are 16 image files in AndroidFaceRecognizer. The names of the image files are listed as follows.

backbutton.png
backdeneme.png
backdeneme2.png
backdenemepr2.png
backdenemepressed.png
buttonbg.png
capturestart.png
capturestop.png
deleteicon.png
deletepersonbtn.png
itembg.png
recognize.png
splash.png
splashbg.png
splashdot.png
update.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.yaylas.sytech.facerecognizer.DetectionBasedTracker.java
com.yaylas.sytech.facerecognizer.EditDatabaseActivity.java
com.yaylas.sytech.facerecognizer.FaceDetectionActivity.java
com.yaylas.sytech.facerecognizer.FaceRecognitionActivity.java
com.yaylas.sytech.facerecognizer.MainPageActivity.java
com.yaylas.sytech.facerecognizer.SplashActivity.java
com.yaylas.sytech.facerecognizer.facedatabase.FaceRecognizerDBHelper.java
com.yaylas.sytech.facerecognizer.facedatabase.FacesDataSource.java
com.yaylas.sytech.facerecognizer.facedatabase.Person.java
com.yaylas.sytech.facerecognizer.methods.FaceDetection.java
com.yaylas.sytech.facerecognizer.utils.FaceDetectionUtils.java
com.yaylas.sytech.facerecognizer.utils.ImageUtils.java