Questions tagged [face-recognition]

Face recognition is the process of matching faces to determine if the person shown in one image is the same as the person shown in another image. This is distinct from face detection which only determines where an image exists a face. Face recognition has broad use in security technology, social networking, cameras, etc.

Face recognition is the process of matching faces to determine if the person shown in one image is the same as the person shown in another image. This is distinct from face detection which only determines where in an image exists a face. Face recognition is part of a larger class of biometric technologies.

There are two main modes of face recognition, one to one (where two faces are compared to each other) and one to many (where one face is matched against many faces). There are a number of free and open source and commercial face recognition tools and libraries. Face recognition is built into cameras, social networking sites (like Facebook), photo sharing sites (like PicasaWeb), and smart phones (like modern iPhone and Android phones).

1818 questions
170
votes
11 answers

Face recognition Library

I'm looking for a free face recognition library for a university project. I'm not looking for face detection. I'm looking for actual recognition. That means finding images that contain specified faces or libraries that calculate distances between…
Janusz
  • 187,060
  • 113
  • 301
  • 369
75
votes
4 answers

Open source face recognition for Android

Using Android, what are the open-source option for face recognition.
Roshan Wijesena
  • 3,106
  • 8
  • 38
  • 57
58
votes
5 answers

Android camera2 face detection

There is not enough info about camera2 face detection mechanism. I used the Camera2 sample from Google: https://github.com/android/camera-samples I set face detection mode to…
37
votes
5 answers

Any library for face recognition in JavaScript?

I would like to know if someone know how to recognize a face using just JavaScript. I've heard of OpenCV and relatives but I want to process the face recognition at the client side (web app). Any ideas?
Felix
  • 3,058
  • 6
  • 43
  • 53
29
votes
1 answer

keep loging missing server connection for kctconnectioninvalidatednotification

When my project running face recognition module will continue to output: Missing server connection for kCTConnectionInvalidatedNotification. What could be causing the issue? how can I resolve it?
Wong Sam
  • 347
  • 3
  • 9
27
votes
3 answers

Face Detection in Android?

I am currently working on an experimental camera app. I'm looking into implementing face detection at the moment and am currently weighing up my options. I have considered the OpenCV port available for Android and using their face detection…
James
  • 271
  • 1
  • 3
  • 3
25
votes
3 answers

Facial recognition/detection PHP or software for photo and video galleries

I have a very large photo gallery with thousands of similar people, objects, locations, things. The majority of the people in the photos have their own user accounts and avatar photos to match. There are also logical short lists of people…
Peter Craig
  • 7,101
  • 19
  • 59
  • 74
23
votes
2 answers

How can I use Android's Face Unlock within my own private application?

I want to use Face Unlock as a second factor for my app, since most of my users will not lock their phones with a password. Are there Android APIs available to integrate Face Unlock in an Android app? There are Face Detection APIs out there for…
22
votes
1 answer

Unstable face recognition using OpenCV

I’m developing an android application for face recognition, using JavaCV which is an unofficial wrapper of OpenCV. After importing com.googlecode.javacv.cpp.opencv_contrib.FaceRecognizer, I apply and test the following known methods: LBPH using…
Y.AL
  • 1,808
  • 13
  • 27
21
votes
3 answers

State of the art in face recognition

I have looked a little bit into face recognition recently. However I am overwelmed by the number of algorithm that there are. PCA, LDA, IDA, Gabor Wavelets, AAM ... Say you wanted to make something like this... Which algorithms would you use or…
Maarten
  • 4,549
  • 4
  • 31
  • 36
19
votes
2 answers

How do facial recognition programs work?

What flow would the program go through?
Aaron
  • 11,239
  • 18
  • 58
  • 73
18
votes
1 answer

Face recognition in R

Are there any face recognition algorithms written in the R statistical language? If not, please provide guidance on where I might start translating other algorithms to R.
Jefferson X Masonic
  • 583
  • 2
  • 12
  • 27
18
votes
9 answers

How to align face images c++ opencv

I am developing a C++ application for face authentication. First, I have to detect the face and pre-process the image. For face detection I have used the HaarCascadeClassifier. The problem is that the this tool or this algorithm gives me a facial…
OntoBLW
  • 215
  • 1
  • 2
  • 6
17
votes
8 answers

Facial recognition/merging software

Can anyone point me in the right direction of some facial recognition libraries & algorithms ? I've tried searching/googling but i mostly find thesises and very little real software.
thr
  • 19,160
  • 23
  • 93
  • 130
15
votes
6 answers

building wheel for dlib (setup.py) loop

trying to install dlib and face_recognition from Ubuntu taking reference from https://www.learnopencv.com/install-dlib-on-ubuntu/ but after following commands: i am stuck at: Building wheels for dlib, face-recognition-models Building wheel for…
rahul
  • 161
  • 1
  • 1
  • 6
1
2 3
99 100