Top "Face-detection" questions

Face detection is a computer technology that determines the locations and sizes of human faces in arbitrary (digital) images.

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? …

iphone opencv ios5 face-detection blink
Real time face detection in MATLAB

I'm trying to make a real time face detector using MATLAB. I found a sample code on the Mathworks' page, …

matlab tracking face-detection viola-jones matlab-cvst
iOS Face Detection Issue

I am trying to use CoreImage's face detection in iOS 5 but it is not detecting anything. I am trying to …

iphone ios5 face-detection
How to train a Support Vector Machine(svm) classifier with openCV with facial features?

I want to use the svm classifier for facial expression detection. I know opencv has a svm api, but I …

c opencv svm face-detection feature-detection
How Viola Jones With AdaBoost Algorithm Work in Face Detection?

I've read a lot about Viola Jones method but i still not understand about "Weak Classifier", "Strong Classifier", "Sub Window" …

image-processing face-detection adaboost viola-jones
Facial Recognition with Kinect

Lately I have been working on trying facial recognition with the Kinect, using the new Developer Toolkit (v1.5.1). The API …

image-processing kinect face-detection
How can I detect faces using Ruby?

Can anyone tell me how to detect faces in a static picture using Ruby or Javascript?

javascript ruby-on-rails ruby face-detection
Viola-Jones detection algorithm using OpenCV haarcascade xml

I am trying to implement Viola Jones detector. Because I don´t have enough images or time to train classifiers, …

opencv face-detection viola-jones
Cropping faces from an image using OpenCV in Python

I'm currently trying to crop faces from an image. I want the code to work no matter how many faces …

python opencv computer-vision face-detection
dlib.get_frontal_face_detector () gets faces in full image but does not get in cropped image

my first time over here, but I really searched about it and sadly I haven't found help. I have an …

python opencv face-detection dlib facial-identification