Top "Face-recognition" questions

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.

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 …

image-processing computer-vision face-recognition
Open source face recognition for Android

Using Android, what are the open-source option for face recognition.

java android face-recognition
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 …

javascript face-recognition
Face Recognition on Android

I'm trying to develop a Face Recognition app on Android and since I don't want to use NDK on the …

android opencv javacv face-recognition
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 …

php tagging face-detection photo-gallery face-recognition
Face recognition using OpenCV in android?

I am able to detect faces using open cv but I don't know how to process face recognition. I googled …

android opencv face-recognition
Face recognition in Java

Can any one suggest me an open source face recognition framework in Java?

java image-processing face-recognition
Attribute error while using opencv for face recognition

I am teaching myself how to use openCV by writing a simple face recognition program I found on youtube. I …

python opencv numpy face-recognition
Opencv3 and Python 2.7 on Virtual Environment - AttributeError: 'module' object has no attribute 'createLBPHFaceRecognizer'

I have a python function with opencv 3. it works without virtual environment.Also I installed opencv on venv from:pyimagesearch. …

python python-2.7 opencv virtualenv face-recognition
How to check if dlib is using GPU or not?

My machine has Geforce 940mx GDDR5 GPU. I have installed all requirements to run GPU accelerated dlib (with GPU support): …

python-3.x tensorflow face-recognition dlib