How can I detect faces using Ruby?

palani picture palani · Sep 9, 2009 · Viewed 9.4k times · Source

Can anyone tell me how to detect faces in a static picture using Ruby or Javascript?

Answer

Mike Buckbee picture Mike Buckbee · Sep 9, 2009

If you are going to try and write something from scratch, there is a great explanation of the process on the Carnegie Mellon Website - neat graphics too.

However, your best bet is probably trying to hook into the Opensource Computer Vision project. Here is a good tutorial on using OpenCV for facial recognition.