README.txt

Path: README.txt
Last Update: Wed Jul 18 14:50:04 +0000 2012

Introduction

This is a simple library for detecting objects in pictures. It depends on OpenCV (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 <dara@shidara.net>

See Also

[Validate]