Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Image Processing SciKit (Toolbox for SciPy)

Merge pull request #1328 from pratapvardhan/misc-doc

DOC: Update bootstrap sphnix links
latest commit d24ce2b4ab
Steven Silvester blink1073 authored
Failed to load latest commit information.
doc Merge pull request #1328 from pratapvardhan/misc-doc
skimage Merge pull request #1314 from SalvatoreScaramuzzino/RectTool_docs
tools Shuffle some commands back to before_install
viewer_examples Rename and deprecate filter module to prevent shadowing of built-in k…
.coveragerc Do not test or cover the external libraries directly
.gitignore Add gitignore for *.pyd Windows libraries
.gitmodules PKG: Change gitwash submodule git remote so that ShiningPanda can pul…
.travis.yml Switch to a single script to get the folds to work
CONTRIBUTING.txt Fixed broken link to NumPy's docstring standard.
CONTRIBUTORS.txt Contributor file updated .... very nice to be part of this beatiful s…
DEPENDS.txt Remove tifffile as an external dependency
LICENSE.txt complete singularization of scikit-image
MANIFEST.in Update MANIFEST to include all test data
Makefile Make sure stdlib io is not shadowed by skimage.io
README.md Add Gitter badge
RELEASE.txt Merge pull request #1046 from stefanv/osx_wheels
TASKS.txt more intuitive description for beginner contributor to get her hands …
TODO.txt Allow for no exceptions to be raised and cleanup
bento.info Add fused type specialization for moments functions
check_bento_build.py Let travis-ci check bento.info
requirements.txt Do not explicitly remove packages from requirements.txt
setup.py Handle more warnings

README.md

Image Processing SciKit

Gitter Coverage Status

Website (including documentation)

http://scikit-image.org/

Mailing List

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

Source

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

Installation from source

Refer to DEPENDS.txt for a list of dependencies.

scikit-image 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.

Something went wrong with that request. Please try again.