mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-15 11:25:53 +08:00
874d68ba3f01860d22e3db9b7460dc875cac3a7a
# The first commit's message is: Add a known_warning decorator and suppress warnings in color pkg # This is the 2nd commit message: Use the existing all_warnings context manager # This is the 3rd commit message: Raise warnings in data # This is the 4th commit message: Raise warnings in draw # This is the 5th commit message: Raise warnings in exposure # This is the 6th commit message: Suppress warnings in exposure tests # This is the 7th commit message: Add comments about warning suppressions
Image Processing SciKit
Website (including documentation)
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.
Languages
Python
71.7%
Cython
17.9%
C
8.3%
C++
1.6%
PowerShell
0.2%
Other
0.2%