= Introduction

This is a simple library for detecting objects in pictures.
It depends on OpenCV (http://www.intel.com/technology/computing/opencv/).

= Install

* Install OpenCV.
* % gem install objectdetect

= Usage

require 'rubygems'
require 'objectdetect'

model_path = '/usr/local/share/opencv/haarcascades/haarcascade_frontalface_alt2.xml'

p ObjectDetect::detect(model_path, ARGV.shift)

= Author

Copyright (c) 2007 Yohji Shidara.
MIT License.

Yohji SHIDARA <[email protected]>

= See Also

* Project website: http://objectdetect.rubyforge.org/
* Rubyforge project page: http://rubyforge.org/projects/objectdetect/
* A working example: http://face.orzorz.org/
* Author's blog (in Japanese): http://d.hatena.ne.jp/darashi/