diff --git a/README.md b/README.md index 3f7e516..2ff4883 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # Face Recognition Android App + +Google Play + #### Developed by Kristian Lauszus, 2016 The code is released under the GNU General Public License. _________ [![Build Status](https://travis-ci.org/Lauszus/FaceRecognitionApp.svg?branch=master)](https://travis-ci.org/Lauszus/FaceRecognitionApp) -This project demonstrats how to calculate Eigenfaces and Fisherfaces used for face recognition on an Android device. +This project demonstrates how to calculate Eigenfaces and Fisherfaces used for face recognition on an Android device. The library uses my other project [FaceRecognitionLib](https://github.com/Lauszus/FaceRecognitionLib) in order to calculate the Eigenfaces and Fisherfaces. diff --git a/face_detected.png b/face_detected.png index f8f8095..c249592 100644 Binary files a/face_detected.png and b/face_detected.png differ diff --git a/navigation_menu.png b/navigation_menu.png index 45d4313..7ec8d90 100644 Binary files a/navigation_menu.png and b/navigation_menu.png differ