Project

spyglass

0.01
No commit activity in last 3 years
No release in over 3 years
OpenCV in ruby, made simple.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

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. 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 Status

  • Build Status
  • Dependency Status