mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 04:10:34 +08:00
e8ddcefae351b7096890c608df559468e7ceb2f5
scaling, different data parsing.
This commit represents all recommended changes since the last commit, notably: * PEP8 compliance (in new sections; a few old ones still noncompliant w/indentations) * Moved `depth` kwarg to end of list and in docstring. Clarified `depth` docstring, and added section in Notes further explaining this parameter. * Added section in Notes warning that for multichannel inputs, all channels are combined during scaling. The user must separately normalize each channel prior to calling random_walker() * New method for parsing data, allowing more elegant gradient calculation code. Probably also more extensible. The 2D multispectral case forced this change. * New test: `test_multispectral_2d()`
Image Processing SciKit
=======================
Source
------
https://github.com/scikits-image/scikits-image
Mailing List
------------
http://groups.google.com/group/scikits-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.
Contact
-------
Stefan van der Walt <stefan at sun.ac.za>
Description
Languages
Python
71.7%
Cython
17.9%
C
8.3%
C++
1.6%
PowerShell
0.2%
Other
0.2%