mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-07 01:56:59 +08:00
6c9cfc53da357e820d68c67a0de8579bd69a917a
* 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
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.
Description
Languages
Python
71.7%
Cython
17.9%
C
8.3%
C++
1.6%
PowerShell
0.2%
Other
0.2%