gts-gi / image-mining

Experiments mining image collections using OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experimental image mining using OpenCV

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

Current

Prerequisites

  • Python 2.6+
  • OpenCV 2.4+
  • numpy

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

Join Chat on Gitter.im

About

Experiments mining image collections using OpenCV

License:Other


Languages

Language:Python 100.0%