acdha / image-mining

Experiments mining image collections using OpenCV
Other
64 stars 21 forks source link

Experimental image mining using OpenCV

Attempting to build tools to mine interesting data from large collections of scanned images

Current

Prerequisites

Using Mac Homebrew this should install cleanly::

brew install python numpy opencv

On Ubuntu 12.04 Precise the following is known to work - note the need for a PPA to get OpenCV 2.4+::

sudo add-apt-repository ppa:alexei.colin/opencv
sudo apt-get update
sudo apt-get install python-numpy python-opencv

Discussion

.. image:: https://badges.gitter.im/Join%20Chat.svg :target: https://gitter.im/acdha/image-mining?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge :alt: Join Chat on Gitter.im