Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 629 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 629 Bytes

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.