Simple Android front camera face detection.
FaceDetectionTutorial is hosted in the following web site
https://github.com/blundell/FaceDetectionTutorial
If you think the Android project FaceDetectionTutorial 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 FaceDetectionTutorial.
Item | Value |
---|---|
Java File Count | 8 |
Activity Count | 1 |
Required Permissions | android.permission.CAMERA |
FaceDetectionTutorial has the following Java source files.
com.blundell.tutorial.ApplicationTest.java com.blundell.tutorial.MainActivity.java com.blundell.tutorial.cam.FaceDetectionCamera.java com.blundell.tutorial.cam.FrontCameraRetriever.java com.blundell.tutorial.cam.LoadFrontCameraAsyncTask.java com.blundell.tutorial.cam.OneShotFaceDetectionListener.java