Tagged Questions

9
votes
4answers
327 views

Viola-Jones’ face detection claims 180k features

I've been implementing an adaptation of Viola-Jones' face detection algorithm. The technique relies upon placing a subframe of 24x24 pixels within an image, and subsequently placing rectangular …
6
votes
4answers
664 views

Face detection in java

Can anyone recommend a decent java library for face detection (recognition not required, just detection). The library would preferably be pure java (e.g. no dependencies on other native libs, DLLs or …
11
votes
6answers
630 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 …
6
votes
1answer
608 views

Delphi Components for Face Identification and Tagging

Are there any good components, free or commercial, available for Delphi (I use Delphi 2009) that will allow me to easily implement face detection and tagging of the faces in photos (i.e. …
0
votes
4answers
122 views

How to use the VGA camera as a optical sensor?

Hi, I am designing an information kiosk which incorporates a mobile phone hidden inside the kiosk. I wonder whether it would be possible to use the VGA camera of the phone as a sensor to detect when …