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.

link|improve this question

Again what is the problem with opencv. I found it to be a pretty fast and reliable tool that worked well with few configurations steps – Janusz Oct 8 '10 at 12:21
feedback

1 Answer

up vote 4 down vote accepted

What bothers you about OpenCV? Their API or something else?

There is libface which is an opencv wrapper for face detection and recognition.

link|improve this answer
We've been using OpenCV for a long time but now for some license reasons (the CEO didnt provide me with exact information) I should find some alternatives. I know that OpenCV is very powerful and convinient SDK but I would like to know if there are any other good solutions. – Dalamber Oct 9 '10 at 9:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.