An Android application that finds the pictures taken from camera that contain faces, and creates a new album with all the images.
FaceFinder is hosted in the following web site
https://github.com/nikatapi/FaceFinder
If you think the Android project FaceFinder 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 FaceFinder.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, ldpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 16 |
Activity Count | 5 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in FaceFinder. The names of the image files are listed as follows.
facefinder_icon.png
The following screenshort is generated from the image listed above.
FaceFinder has the following Java source files.
com.example.facefinder.FaceDetails.java com.example.facefinder.FaceGallery.java com.example.facefinder.FaceScan.java com.example.facefinder.FaceView.java com.example.facefinder.GridViewAdapter.java com.example.facefinder.MainActivity.java com.example.facefinder.MainGallery.java com.example.facefinder.ViewImage.java