Skip to content

robdefeo/image_processing

Repository files navigation

Alt text

Just vagrant up

then to get access to local mongo vagrant ssh -- -R 27017:localhost:27017

Python thing cus of paths

import sys
sys.path.append('/usr/local/lib/python2.7/site-packages')

###Usage

  • install sudo python setup.py install from project directory
  • import from improc.crop import AutoCrop
  • use AutoCrop(img)

###Tests

  • python2.7 -m unittest discover

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published