Tagged Questions
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 ...
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.
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 ...
0
votes
1answer
278 views
OpenCV facedetect example won't load cascade classifier xml
I'm working on a application that requires OpenCV object detection using Haar cascade classifier.
I'm using OpenCV 2.3.1 with VS2010 on a 64bit Windows Machine.
I compiled and built OpenCV myself and ...
-2
votes
2answers
366 views
Face Detection(Haar) without opencv [closed]
I am currently working on a face detection program using haar classifiers(I am using the sample program that comes with opencv installation).What i need to do is to extract this code out of opencv and ...