Skip to content

megloff1/image-mining

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimental image mining using OpenCV

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

Current

Prerequisites

  • Python 3+
  • OpenCV 3+
  • 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

About

Experiments mining image collections using OpenCV

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%