Made this Android Face Matching App for School Project. It uses camera to detects the human face, sends face picture to the server and returns best matching face from list of face pictures.
- I've only tested to work with Nexus 10. It kept crashing with Nexus 4 and other devices.
- There are some hard coded server urls in the code.
- This is just an example.
- Anirudh Dewani - CameraActivity - https://docs.google.com/file/d/0B2Nu5U2Cz81qZExGQ25sWVdRd21IOExUUTZsZzFoZw/edit For drawing rectangles on detected faces.
- Sajan Joseph – pyFaces - http://pyfaces.blogspot.com/ For matching photos using Eigenfaces.
- Longbin Chen - FaceRecognition - Writing Java CLI tool for detect and crop faces from picture.