Tagged Questions
The face-recognition tag has no wiki summary.
69
votes
12answers
29k views
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 ...
19
votes
1answer
1k views
Face recognition API for java android
i tried to find the way to do the recognition of the face with camara given picture. if any one have idea please help
regards
roshan
13
votes
3answers
13k views
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 ...
13
votes
7answers
7k views
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.
12
votes
2answers
850 views
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 ...
9
votes
2answers
4k views
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 ...
8
votes
4answers
2k views
Face Recognition for classifying digital photos?
I like to mess around with AI and wanted to try my hand at face recognition the first step is to find the faces in the photographs. How is this usually done? Do you use convolution of a sample ...
8
votes
3answers
3k views
Face detection and comparison
I'm running a small research on face detection and comparison for my article.
Currently, I'm using rapid face detection based on haar like features based on OpenCV cascade (I'll implement learning ...
8
votes
2answers
6k views
7
votes
1answer
421 views
How do I programmatically access the facial recognition cache in Windows Live Photo Gallery with SQL?
I'm not talking about the "people tags" embeded in the XMP packets of JPEGs. I'm talking about the face database used to recognize new faces.
I want to add to my program the option to recognize faces ...
7
votes
7answers
3k views
Automatic face detection using Picasa API to extract individual images
(A similar question has been asked on superuser for answers related to applications. The question is posted here to gather programmable solutions for the same)
At my work place, passport sized ...
7
votes
1answer
271 views
Is there any open technology to recognize face features?
I need to make baby face depending on parents' photos. Something like: http://www.makemebabies.com/
It may be not very advanced and may just try to recognize, for example, eyes from constant set of ...
6
votes
2answers
205 views
opencv facial sdk support
I am looking for SDK that can support face detection,recognition and cluster. we have tried Pittpatt, and it works pretty good, however it was acquired by google, and hence freeze the new contract. So ...
5
votes
1answer
175 views
Is Eigenfaces best for facial comparison? [closed]
I'm working with a set of images and computer vision. I want to compare a new image (a new face) to the set of images and determine which image in the set it is closest to. I don't need it to ...
5
votes
3answers
661 views
Eigenfaces algorithm
I am programming a face recognition program using OpenCV.
When generating the eigenfaces:
do I need to use a big database of unknown faces ?
do I need to use only photos of the people I want my ...
5
votes
4answers
2k views
c# face recognition
I'm trying to write a simple program that will detect a face off a webcam and then trigger an event(optionally take a snapshot of the face)
I don't need anything fancy like to compare it to other ...
4
votes
1answer
146 views
Face Recognition with 20~30 degree Horiz./Vert. orientations
I have a data set of about 1000 face images, I need to use a face recognition algorithm that will recognize these faces, plus for a horizontal/vertical orientation of 20~30 degrees, the algorithm must ...
3
votes
1answer
153 views
how to group photos with similar faces together
In most face recognition SDK, it only provides two major functions
detecting faces and extracting templates from photos, this is called detection.
comparing two templates and returning the similar ...
3
votes
1answer
920 views
Compare two faces (and their likeness)
Is there is a way to compare two faces (perhaps with OpenCv) and get a score of their likeness? I mean to apply a facial recognition algorithm, but only between 2 faces, not on an entire dataset.
The ...
3
votes
2answers
174 views
What are Eigenfaces generated from?
I'm working with eigenfaces for a facial recognition program I am writing. I have a couple questions about how eigenfaces are actually generated:
Are they generated from a lot of pictures of ...
3
votes
2answers
941 views
3
votes
3answers
2k views
Realtime Face-tracking on Iphone
Does anybody know which,currently,is the best library for realizing a real time face-tracking solution for iPhone? I've done a research but I've found quite old articles about OpenCV portings. I would ...
3
votes
1answer
280 views
Windows Login Integration
I am building facial recognition software for a certain purpose, however, as a spin-off i would like to use that same software / concept, to automatically recognize me when i sit in front of the PC, ...
3
votes
1answer
1k views
how does data clustering help in image or pattern recognition
I have been playing around with different data clustering algorithms working on finding clusters between random data points represented an nodes, I keep reading that data clustering is used for image ...
2
votes
1answer
173 views
Face unlock code in Android open source project?
Does anyone know the location of the face unlock code in the android source tree? I'm looking to include some face recognition in my app and would love to use the code that google has already ...
2
votes
3answers
427 views
How can I perform facial recogntion on iOS?
I've started work on an application for iOS that would recognize faces from a photo or from the iPhone / iPad camera.
Existing solutions like OpenCV and Core Image (in iOS 5.0) provide facial ...
2
votes
3answers
276 views
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 ...
2
votes
1answer
358 views
iPhone: Face recognition feature
I have a requirement where I need to recognize the face and should be able to apply some kind of filters(or templates) so that eyes become big/small, able to add moustache, change hair etc. I will ...
2
votes
2answers
1k views
Eye Detection Using Opencv
I am working on object detection (eyes) using OpenCV. Following is the code as it is not able to identify an eye object (exactly or near by). Can anyone help me solve this problem?
...
2
votes
1answer
68 views
Finding images on the web [closed]
I sent someone a photo of me and they replied that this particular photo was all over the web. How do I find out where this photo is and is there any way that I can see if there are other photos of ...
2
votes
3answers
3k views
OpenCV/EmguCV face recognition
I am trying to make an app that detect faces and recognizes it. I made Face detection but I want some idea to when making recognition. I'm using a web cam for tracking and it can detect the face.Then ...
2
votes
1answer
177 views
How to design a REStful API for a media analysis engine
I am new to Restful concept and have to design a simple API for a media analysis service I need to set up, to perform various tasks, e.g. face analysis, region detection, etc. on uploaded images and ...
2
votes
3answers
342 views
Storing and comparing biometric information
In general we use biometrics in computer applications say for authentication. Lets get 2 examples finger prints and facial recognition.
In those cases how we keep the information for comparison. As ...
1
vote
1answer
56 views
Facial Recognition in Matlab/Python
I am new to facial recognition. I am working on a project in which I have a training database that only contains one image of the person (no duplication of different expressions/lighting etc, as seems ...
1
vote
1answer
79 views
Is there a face in the picture or not [closed]
Possible Duplicate:
Face recognition Library
I'm looking for library that can identify whether or not there is a face of someone in a given picture or not. Nothing more. Has someone ...
1
vote
0answers
60 views
Pre-training with eigenfaces
I have a lot of training faces (grouped by person) but I've timing constraints.
So is it possible to do a pre-training on each person (with eigenfaces) in order to obtain a some kind of 'mean-face' ...
1
vote
2answers
63 views
Displaying Eigenfaces with negative values
After implementing the Eigenfaces algorithm for python using numpy, I noticed that the normalized eigenvectors contained negative values. How are these negative values represented when the eigenface ...
1
vote
0answers
137 views
The “pixels between the eyes” rating of opencv's facial recignition?
Ya about says it all.
And if anyone has, can post, or point me to a comprehensive list of facial recognition solutions, with the pixel between the eyes ratings, and pricing/licensing when concerning ...
1
vote
0answers
98 views
Face recognition for a specific scenario
My problem:
I have person X that I want to identify
picture(s) are about 72dpi 200x400
the face is not the focal point of the image (probably about 10 percent of the image)
the face is almost ...
1
vote
2answers
227 views
Porting Java code to Android
I have Java code for face recognition which works fine. There is a problem however if I port the code into an Android application.
I have included the necessary jama and jmf which is required by the ...
1
vote
2answers
530 views
Facial Expression Recognition on Android
My first Android app is going to involve a front facing camera, and facial expression recognition. I did a lot of research, yet I couldn't find any Android libraries that involve any facial expression ...
1
vote
1answer
173 views
Face recognition Library for automatic cluster
This question is the addition to this one, does those SDks have the automatic cluster function. i.e. which one has ability to group lots of face into several clusters based on recognition results?
...
1
vote
3answers
424 views
Face recognition
I was wondering, how does face recognition exactly work? Because everyone has a different face, you can't detect some 'general' face or something.
1
vote
2answers
709 views
How to detect Face and Smile & Face matching in Android?
I want to know following things is possible on Android or not.
Pick a photo and detects faces and show rectangle, and detect smile of each face and show smile percentage of each.
Pick a photo from ...
1
vote
1answer
2k views
PCA in OpenCV using the new C++ interface
As an aside: Apologies if I'm flooding SO with OpenCV questions :p
I'm currently trying to port over my old C code to use the new C++ interface and I've got to the point where I'm rebuilidng my ...
1
vote
4answers
2k views
Can I use iPhone face recognition in apps?
I want to develop an application for iPhone in xcode and integrate face recognition in the application to correspond to other application functions but I do not know how it is possible to use face ...
1
vote
2answers
578 views
What are recommended Face Recognition Opensource libraries?
On any platforms, what is the best face recognition opensource library for videos.
1
vote
0answers
328 views
Missing libraries in JNI2OpenCV?
I'm a newb when it comes to JNI2OpenCV. It has errors regarding java.library.path. I've read this thread http://stackoverflow.com/questions/2441198/opencv-to-jni-how-to-make-it-work but it seems that ...
1
vote
1answer
1k views
Face Recognition in AS3
I have been working on a project which involves Marilena(project that ports Face Detection part of OPENCV to ActionScript3). Right now I can take the faces and keep them as byteArrays.
I am working on ...
1
vote
1answer
515 views
Face morph and recognition
I have two requirements:
members of a social network choose other member's faces and morph an average face of them.
The website finds other members' faces that resemble the morphed face and list up ...