License: Public Domain
usage:
- put the image file(s) in a drectory called targets/
- run
python segment.py
- your output will be in targets, and have a "_processed.png" suffix
dependencies:
- python
- numpy
- scipy
- scikit-image
- Pillow
- tweepy (but only for the twitter bot)
installing on ubuntu:
sudo apt-get install python-dev python-pip
sudo pip install numpy scipy
sudo apt-get install libtiff4-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev python-tk
sudo pip install Pillow scikit-image tweepy
examples:
![example 1](samples/Screen Shot 2014-01-10 at 12.08.25 PM.png.jpeg)
![example 2](samples/Screen Shot 2014-01-10 at 1.13.56 PM.png.jpeg)
![example 3](samples/Screen Shot 2014-01-12 at 7.34.45 PM.png.jpeg)