dfarmer / scikit-image

Image Processing SciKit (Toolbox for SciPy)

Home Page:http://scikit-image.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Processing SciKit

Source

https://github.com/scikit-image/scikit-image

Mailing List

http://groups.google.com/group/scikit-image

Installation from source

Refer to DEPENDS.txt for a list of dependencies.

The SciKit may be installed globally using

$ python setup.py install

or locally using

$ python setup.py install --prefix=${HOME}

If you prefer, you can use it without installing, by simply adding this path to your PYTHONPATH variable and compiling the extensions:

$ python setup.py build_ext -i

License

Please read LICENSE.txt in this directory.

About

Image Processing SciKit (Toolbox for SciPy)

http://scikit-image.org

License:Other


Languages

Language:Python 99.6%Language:Shell 0.2%Language:C 0.2%Language:JavaScript 0.0%