Top "Face-detection" questions

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

Detect face then autocrop pictures

I am trying to find an app that can detect faces in my pictures, make the detected face centered and …

python linux opencv crop face-detection
Haar Cascades vs. LBP Cascades in Face Detection

I have been experimenting with face detection in OpenCV (Open Source Computer Vision Library), and found that one could use …

opencv cascade face-detection haar-wavelet viola-jones
Face detection using Cascade Classifier in opencv python

I am using the inbuilt cascade classifier for the face detection. This is how the code is (OpenCV Python Tutorials): …

python-2.7 opencv computer-vision face-detection
Facial Recognition in Java/Processing

I am doing a project that requires some facial recognition. I am attempting to find a Java implementation of this. …

java image-processing processing face-detection
Is it possible to use OpenCV or similar library in Javascript?

Can we use OpenCV from Javascript? Is there such implementation? Is there any JS libraries that can be used for …

javascript html opencv artificial-intelligence face-detection
crop and Save ROI as new image in OpenCV 2.4.2 using cv::Mat

Working on Face Detection and Recognition, and after successfully detecting a face, I just want to crop the face and …

opencv crop face-detection roi
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 …

opencv face-detection emgucv emotion
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 Detection with OpenCV for non frontal images

I am trying to use opencv to detect faces. Faces are not frontal, the camera captured the faces from side …

opencv face-detection
How to save (cvWrite or imwrite) an image in OpenCV 2.4.3?

I am trying to save an OpenCV image to the hard drive. Here is what I tried: public void SaveImage (…

opencv face-detection save-image