Realization of face recognition using Facedetector in ANDROIDSDK: Other support platforms: Android Runtime Environment: Eclipse Development Language: Java Development tools: Android Studio source Big Small: 9.77MB:
http://sina.lt/zFh Source Introduction Big guy one thought to realize face recognition, is not the first response is a third-party service, haha, I was such a drop! In fact, in the Android SDK from version 1.0 (API Level 1) has integrated the simple face recognition function, by calling Facedetector can achieve simple face recognition (also can be multi-face), in fact, Facedetector detected is not the whole face of people, but only the eyes, interested in according to the source of research under the Facedetector, the source of the compilation environment is Android studio. The main problem of the source code is that when the image is intercepted, the face will be cut off the problem ~ Run
Realization of face recognition with Facedetector in ANDROIDSDK