Path: | README.txt |
Last Update: | Tue Dec 06 12:44:14 +0000 2011 |
This is a simple library for detecting objects in pictures. It depends on OpenCV (www.intel.com/technology/computing/opencv/).
require 'rubygems' require 'objectdetect' model_path = '/usr/local/share/opencv/haarcascades/haarcascade_frontalface_alt2.xml' p ObjectDetect::detect(model_path, ARGV.shift)
Copyright (c) 2007 Yohji Shidara. MIT License.
Yohji SHIDARA <dara@shidara.net>