Yaroslav Halchenko 6c9cfc53da Merge commit '8a06a2277366d01c5e7e25d3ded0f04ba9aa0b85' into debian
* commit '8a06a2277366d01c5e7e25d3ded0f04ba9aa0b85': (1124 commits)
  Development guidelines moved.
  Replace mentions of old package name.
  New upstream release.
  DOC: fix indent
  PEP8
  PEP8: fix indentation
  DOC: add missing import
  DOC: no import numpy in doc
  MAINT: matplotlib is in requierements.txt
  MAINT: unused import
  PEP8: comparison
  Fix deprecated function name in example
  Improve example of warp function to show all available options
  Add support for matrix as inverse_map
  Add note about internal usage of transformation matrix
  Only clip for ndimage.map_coordinates case
  Misc doc string fixes
  Remove call to deprecated is_gray function
  Fix dtype bug in perimeter
  Raise error for non 2-D images
  ...

Conflicts:
	debian/changelog
	debian/control
2013-11-22 15:14:34 -05:00
2013-10-02 18:14:20 +02:00
2013-10-02 18:28:14 +02:00
2012-10-29 18:07:46 +01:00
2013-09-01 16:03:14 +02:00
2013-10-05 13:18:18 +02:00
2012-11-02 16:02:06 -07:00
2013-10-05 13:18:18 +02:00

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.

S
Description
Image Processing SciKit (Toolbox for SciPy)
Readme 42 MiB
Languages
Python 71.7%
Cython 17.9%
C 8.3%
C++ 1.6%
PowerShell 0.2%
Other 0.2%