Sorry, it's been a while since I've been using the code. So I cannot help you with more details, but the readme file and the other comments here should help you.
Sorry, it's been a while since I've been using the code. So I cannot help you with more details, but the readme file and the other comments here should help you.
@Awais: concerning your first problem: I guess you have to place yourself in the directory where FaceDetect.cpp lies when running the code. Then he should find the file.
Thanks for sharing. But I didn't get it working on Linux (Ubuntu 10.04) with the libraries from OpenCV 2.1. Maybe I have to look for some more solutions...
But a nice and fast way to detect faces on windows anyway!
But one has to put some subsequent effort in using the code. It gives you all the face candidates that are detected by the Viola-Jones algorithm. But to be able to use these candidates for further programming one has to think about how to group the candidates and just keep those rectangles that overlap each other.
And this is not an easy part... at least for me by now... :D
Comment only