mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 22:12:52 +08:00
5f769cb4bf5c7644132921ebb01be9b7e84040df
Fix handling of non-uint8 imags for PIL imsave. Update build requirements and documentation Reorganized dependencies in DEPENDS.txt. Fix install_requires string formatting Use img_as_ubyte instead of the previous hack Add to the docstring notes. Add to docstring notes Fix errant changes Add support for tif floating point and 16bit files Handle case where format_str is None Add note about 2D TIFF file support Add handling for uint16 and integer types.
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%