top | item 3751331

Face Detector in JS

23 points| necenzurat | 14 years ago |liuliu.me | reply

4 comments

order
[+] hariseshadri|14 years ago|reply
Very cool. I did my CMU capstone project on Face Recognition, http://hari.seshadri.com/Projects/School/FaceRecognition/ind...

As far as detection goes though, we used an out-of-the-box facial landmark viola jones detector, so I never did any of the hard word you did. We did some cool stuff with normalization, facial landmark cropping, illumination mitigation (and artificial illumination), and recognition though.

This looks great though, good job!

[+] wdewind|14 years ago|reply
Based on a sample size of about 10 pictures including about 15 faces I would say it works about 1/8 of the time, and false detects about 2/10 of the time. Cool but very hit and miss.
[+] ar4s|14 years ago|reply
Any chance that this can be used via a webcam (take a shot once a face is detected)?