hornetseye-opencv

This Ruby extension provides conversions from Hornetseye::MultiArray to OpenCV::CvMat and vice versa.


License
GPL-3.0+
Install
gem install hornetseye-opencv -v 0.3.5

Documentation

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.