public
Description: A small program that uses OpenCV to do face recognitions using multiple classifiers on multiple images
Homepage: http://sandropaganotti.com/2009/06/07/face-recognition-con-ruby-e-opencv/
Clone URL: git://github.com/sandropaganotti/opencv_face_recognition.git
name age message
file README Loading commit data...
file facer.rb
README
Facer is a small script that uses OpenCV (http://opencv.willowgarage.com/wiki/) and 
its Ruby bindings (http://github.com/ryanfb/ruby-opencv/tree/master)
to perform face detection using several detectors on several images. 

Run it by typing (example): 
ruby facer.rb "/Users/myname/pictures/**/*.{jpg|gif}"

This script take inspiration from a very good speech by http://coryforsyth.com/ @ Euruko2009
You can have a look at a sample output page here: http://www.sandropaganotti.com/wp-content/facer/3517443572.jpg.html

Sandro Paganotti