Face Recognition Application

2.5
127 reviews
50K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image

About this app

Note that this app is meant for developers and NOT consumers, so please do not leave a negative review if you are not a developer.

This app 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.

The source code is available at the following link: https://github.com/Lauszus/FaceRecognitionApp.
Updated on
Dec 16, 2018

Data safety

Developers can show information here about how their app collects and uses your data. Learn more about data safety
No information available

Ratings and reviews

2.5
121 reviews
A Google user
March 18, 2019
Its working fine when recognizing already registered person. But it doesnot work for unknown person who is not in database. For every new or unknown person it show the name located lastly in database.
55 people found this review helpful
Did you find this helpful?
A Google user
July 14, 2019
I thought it reveals the person name after you have made the photo lol. Am not creepy but I have pictures of old friends in the school who I want to connect but I forgot their names so I need a app that does that.
15 people found this review helpful
Did you find this helpful?
A Google user
April 20, 2019
I'm giving three stars now because the app only shows the same result from previous test. Doesn't accurately identify the human face
30 people found this review helpful
Did you find this helpful?

What's new

* Fixed support for Android NDK r18, as gnustl has been removed
* Make the image square, so it does not crash on phones with different aspect ratios - see: https://github.com/Lauszus/FaceRecognitionApp/issues/25
* Add double tap to flip camera gesture
* Update Eigen to 3.3.5
* Update Gradle to 4.6
* Use Android SDK 28