Sha256: f0c5ede72dcb27fe2bc2f21246fa6f28a8e63dab6888abe9f48a67b159832185

Contents?: true

Size: 1.04 KB

Versions: 4

Compression:

Stored size: 1.04 KB

Contents

Spyglass
========

OpenCV in Ruby, made simple.

Why?
====

Because I've been working on a computer vision project for 2 months and missed Ruby. Also, I wanted a nice, coherent API that would make me happy to use.

Requirements
============

This gem requires OpenCV 2.4.5 or better. For an in-depth OpenCV installation guide, refer to the [OpenCV Wiki page](http://opencv.willowgarage.com/wiki/InstallGuide). It also depends on `pkg-config` being installed. I'm also accepting pull requests for Windows.

TODO
====

There is a lot left to implement, as I've really only ported the parts of the API that I've used so far. Apart from that, there's:

* Documentation
* More tests

Acknowledgements
================

This code contains parts of [BGSLibrary](code.google.com/p/bgslibrary)

Code Status
===========

* [![Build Status](https://travis-ci.org/andremedeiros/spyglass.png?branch=master)](https://travis-ci.org/andremedeiros/spyglass)
* [![Dependency Status](https://gemnasium.com/andremedeiros/spyglass.png)](https://gemnasium.com/andremedeiros/spyglass)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spyglass-0.0.5.1 README.md
spyglass-0.0.5 README.md
spyglass-0.0.4.1 README.md
spyglass-0.0.4 README.md