Tagged Questions

Face detection is a computer technology that determines the locations and sizes of human faces in arbitrary (digital) images. It detects facial features and ignores anything else, such as buildings, trees and bodies.

learn more… | top users | synonyms

22
votes
5answers
4k views

Viola-Jones' face detection claims 180k features

I've been implementing an adaptation of Viola-Jones' face detection algorithm. The technique relies upon placing a subframe of 24x24 pixels within an image, and subsequently placing rectangular ...
19
votes
4answers
3k views

Underlying technique of Android's FaceDetector

I'm implementing a face tracker on Android, and as a literature study, would like to identify the underlying technique of Android's FaceDetector. Simply put: I want to understand how the ...
16
votes
4answers
14k views

Face detection in java

Can anyone recommend a decent java library for face detection (recognition not required, just detection). The library would preferably be pure java (e.g. no dependencies on other native libs, DLLs or ...
15
votes
3answers
476 views

How to obtain a “mugshot” from face detection squares?

I'm building an application that will take an image of a single person's whole body and will produce a "mugshot" for that person. Mugshot meaning an image of the person's whole face, neck, hair and ...
14
votes
6answers
5k views

Robust Face Detection in C/C++?

I'm looking for a robust face detection algorithm/library, preferably in C (C++ is okay too; other languages I can port if necessary). I've used OpenCV's implementation in the past, but I don't think ...
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 ...
10
votes
6answers
1k views

What are the techniques for face detection on a bitmap?

I'm quite curious about this since it's quite a leap in image processing. In a broad way, how would one do face recognition on a bitmap? Edit: My intention is a brief description on how a face is ...
9
votes
3answers
932 views

Face detection in PHP

Does anybody know of a good way to do face detection in PHP? I came across some code here that claims to do this, but I can't seem to get it to work properly. I'd like to make this work (even though ...
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
4answers
2k views

Face-tracking libraries for Java or Python

I'm looking for a way to identify faces (not specific people, just where the faces are) and track them as they move across a room. We're trying to measure walking speed for people, and I assumed ...
7
votes
4answers
1k views

Face gender detection library

I'm looking for an SDK or library that can detect faces in a webcam stream, and detect gender. Free or paid, C++ or C# under Windows. Any suggestions?
6
votes
1answer
450 views

ActionScript Face Detection

I'm looking to get the edges of user's head when the user is in front of a web-cam. I tried googling but to no avail. Can someone point me to some ActionScript examples for the same ? Peace \m/
5
votes
2answers
807 views

eye blink detection for iphone sdk

Now that face detection is possible with ios 5, i am just wondering is it also possible to detect blinking eyes? I read the frameworks, but i just got methods for getting the position of eyes. Also, i ...
5
votes
2answers
267 views

How to find out whitePixelValue when person smile?

using CvRect i am able to detect faces coordinate detectFace(IplImage * pImg, CvHaarClassifierCascade * pCascade, CvMemStorage * pStorage) But my problem is How to find out whitePixelValue when ...
5
votes
2answers
1k views

Smile Detection (Any alternative other than OpenCV ?)

Is there any library alternative to OpenCV which detects smile. I dont want to use OpenCV as it sometimes fails to detect faces due to background. Any one knw other library ? other than OpenCV ? ...
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
3answers
987 views

detect skin tone from an image

I am trying to develop an application which will detect the color of the face once an image is provided. I was able to find out the face detection algorithm from openCV and integrate it. However i ...
5
votes
2answers
2k views

Delphi Components for Face Identification and Tagging

Are there any good components, free or commercial, available for Delphi (I use Delphi 2009) that will allow me to easily implement face detection and tagging of the faces in photos (i.e. ...
4
votes
1answer
240 views

Face detection algorithm for 15x15 pixels face?

I'd like to know if you are aware of any algorithm to detect low-resolution faces in an image. The image could have any resolution and the faces resolution could be as low as 10x10 or 15x15. I am ...
4
votes
1answer
203 views

Get Full HD UImage from UIImagePickerControllerSourceTypeCamera without capture button click

On a constant frequency I want to retrieve UIImage for some functionality if (!_updateTimer) { _updateTimer = [[NSTimer scheduledTimerWithTimeInterval:self.updateFrequency ...
4
votes
1answer
1k views

Face detection + Image morphing

I am looking to create a site like photofunia.com where basically you can apply a large number of effects to an image. I am wondering if someone can guide me in the right direction as to the ...
3
votes
2answers
819 views

Improve face detection performances with OpenCV/EmguCV

I am currently using EmguCV (OpenCV C# wrapper) sucessfully to detect faces in real-time (webcam). I get around 7 FPS. Now I'm looking to improve the performances (and save CPU cycles), and I'm ...
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
1answer
599 views

EmguCV Cut Face+Neck Skin Only And Save New Image

In my app, I will input a human image and I want to get the face and neck only of that person as output in separate image. Example: Below image as input:(Source:http://www.fremantlepress.com.au) ...
3
votes
1answer
239 views

Image processing - face wrinkles removal algorithm

everyone I am currently doing a project in which i am trying to modify a picture of face such that the wrinkles on the face will be removed. Has anyone any clue how to do that? Any algorithm? Thanks ...
3
votes
1answer
455 views

opencv error: Null pointer(Null filename) in unknown function with facedetect. cpp

OpenCV includes face detection sample code. I tried to use facedetect.cpp from OpenCV 2.2 library in my application. However, I happened to a runtime problem OpenCV error: Null pointer(Null ...
3
votes
1answer
1k views

Face Detection on iPhone using OpenCV and LBP

I have been successfully working with the Haar algorithm in OpenCV-2.1.0 (cvHaarDetectObjects) to detect faces in pictures and video frames from within an Objective-C project for iOS 4.2. However, the ...
3
votes
1answer
516 views

Face Detection Library with C/C++ interface

Can you please point me to library(ies) for face detection (NO RECOGNITION NEEDED!)? Any good-working libraries except OpenCV(!!!). Preferably free of charge - open source is not required.
3
votes
3answers
1k views

Is there any fast library(s) for finding human eyes and mouth in Flash? (Actionscript)

So I have real time video stream. With 1 (one) person on It . It Is Black and White, I need to be able to capture this persons eyes and mouth (direction (at least X,Y), state (at least opened or ...
2
votes
2answers
54 views

Need Haar Casscades for Nose, Eyes & Lips(Mouth)

I need Haar Cascades xml files for Mouth, Eyes & Nose. Do provide me useful links. Any kind of help would be highly appreciated.
2
votes
1answer
74 views

OpenCV Lip Segmentation

How do people usually extract the shape of the lips once the mouth region is found (in my case using haar cascade)? I tried color segmentation and edge/corner detection but they're very inaccurate for ...
2
votes
1answer
135 views

Classifiers confidence in opencv face detector

I'm using opencv's har cascade face detector (cv.HaarDetectObjects) in python. for example: faces = cv.HaarDetectObjects(grayscale, cascade, storage, 1.2, 2, cv.CV_HAAR_DO_CANNY_PRUNING, ...
2
votes
1answer
108 views

Face Detection in J2ME

This is my first time on stackoverflow asking questions so I will try my best to describe what I want to the best of my ability. I am doing a mobile application that involves taking a picture and ...
2
votes
2answers
250 views

Face Detection and Image combination

Hello ladies and gentlemen, Today I encountered interesting issue. That's what I have: 2 images with humanoids on them (like human and orc image) That's what I have to do: combine them the way ...
2
votes
3answers
507 views

rotated face detection

Is there a library for detecting faces that have been rotated in the image plane? Or is there some way in which I could use a cascade for upright face detection with opencv to do it?
2
votes
2answers
400 views

Matching two images

How can we match two images using Java. I want to make a face recognition application, that will store face of people at some location and then later will check whether a person is a member or not. If ...
2
votes
1answer
427 views

Activation Function, Initializer function, etc, effects on neural networks for face detection

There's various activation functions: sigmoid, tanh, etc. And there's also a few initializer functions: Nguyen and Widrow, random, normalized, constant, zero, etc. So do these have much effect on ...
2
votes
2answers
610 views

What preprocessing image techniques should I take in consideration before applying OpenCV's Viola-Jones method for face recognition?

I am working for a project at school regarding face recognition, based on a technique described by Viola and Jones 2001/2004. I've read that the OpenCV has an implementation of this algorithm, and it ...
2
votes
8answers
2k views

How can I detect faces using Ruby?

Can anyone tell me how to detect faces in a static picture using Ruby or Javascript?
1
vote
1answer
41 views

putting the detected face into an image and display in another window in opencv using python

i'm new to image processing and opencv, but so far the easy to understand functions and good documentation have enabled me to try out and understand upto some level code like facedetection etc. Now ...
1
vote
0answers
48 views

OpenCV Face detect in stereo cameras

Here is what I am trying to do. Detect a person's face in 2 calibrated USB cameras individually. Get the coordinates of the face center in each camera. Calculate the corresponding point coordinates ...
1
vote
0answers
33 views

Is there Face Recognition library inbuilt into Android IceCream?

So android.media.FaceDetector exposes the android face detector to the application developer. Is there a similar library for exposing Face Recognition inbuilt into Android IceCream ?
1
vote
1answer
256 views

Face detection using Kinect

I want to do face detection using Microsoft Kinect, I'm able to crop a part of RGB video and able to make a rectangle around the face in Skeleton View, but I'm not able to detect the RGB (normal ...
1
vote
0answers
96 views

where is the source code of the face detection implementation on Android 4.0 Ice cream sandwich?

ICS has provided new API for face detection. I traced the source code, but I cannot find how the detection implemented. I found the interface OMXCameraAdapterFillBufferDone, in which I can get how ...
1
vote
2answers
129 views

cvPyrDown vs cvResize for face detection optimization

I want to optimize my face detection algorithm by scaling down the image. What is the best way? should I use cvPyrDown (as I saw in one example and yielded poor results so far), cvResize or another ...
1
vote
2answers
212 views

Head pose estimation with Opencv

I am using OpenCV Haar Algorithm to track the Head and overlay an image over the Head. What I am doing is saving frames generated by camera and overlaying image over each frames. And time is not a ...
1
vote
1answer
710 views

Why create your own Haar-classifier cascades?

I found this tutorial on creating your own haar-classifier cascades. This raised the question with me: what are the advantages, if any, of running HaarTraining, and creating your own classifier (as ...
1
vote
0answers
193 views

slow face detection android

Hi my face detection thread is working too slow, I call this thread from onPreviewFrame only if the thread is not working else i just skip the call and after the thread detect face i call onDraw ...
1
vote
2answers
182 views

Face Detection with JAVA [closed]

I am planning to develop a web app which will detect faces in a jpeg image. I will use tomcat for deployment. I want help on how to proceed. I dont want any code. Just a flowchart of steps will do. I ...
1
vote
1answer
725 views

How to do realtime face detection?

how can I realize realtime face detection, when I use iPhone camera to take picture? just like the example: ...

1 2 3