Skip to content

wedesoft/hornetseye-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hornetseye-opencv

Author: Jan Wedekind Copyright: 2010, 2011 License: GPL

Synopsis

This Ruby extension implements conversions between {OpenCV::CvMat} and {Hornetseye::MultiArray}.

Installation

To install this Ruby extension, use the following command:

$ sudo gem install hornetseye-opencv

Alternatively you can build and install the Ruby extension from source as follows:

$ rake
$ sudo rake install

See https://github.com/wedesoft/ruby-opencv for more information on how to install opencv for Ruby.