SciKits

Quick search

scikits.image

version 0.2.2

Image processing routines for SciPy

Download: http://github.com/stefanv/scikits.image
Homepage: http://stefanv.github.com/scikits.image
PyPI: http://pypi.python.org/pypi/scikits.image
People: Stefan van der Walt

Description

Image Processing SciKit

Image processing algorithms for SciPy, including IO, morphology, filtering,
warping, color manipulation, object detection, etc.

Please refer to the online documentation at
http://stefanv.github.com/scikits.image

Installation

PyPI

You can download the latest distribution from PyPI here: http://pypi.python.org/pypi/scikits.image

Easy Install

Install the Easy Install tools. Afterwards you can install scikits.image from the terminal by executing:

sudo easy_install scikits.image

If you prefer to do a local installation, specify an installation prefix:

easy_install --prefix=${HOME} scikits.image
and ensure that your PYTHONPATH is up to date, e.g.:
export PYTHONPATH=$PYTHONPATH:${HOME}/lib/python2.5/site-packages

This package was discovered in PyPI.