mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 10:29:19 +08:00
9c38abb08d9d2e8dc2d2139977be2177e6cee8ab
* tag 'v0.7.2': (648 commits) PKG: Temporarily disable failing gradient check. PKG: Set version to 0.7.2. Fix reference links in doc strings Fix failing perimeter test caused by bug in scipy Add missing empty lines between test functions Split tests for different channel numbers into separate functions Add note about random test failure for some systems Change Exception type for wrong input dims Remove redundant dtype conversion Remove obsolete license note as code has been refactored Improve test coverage of find_contours Full test coverage for structural similarity Full test coverage for regionprops Full test coverage for polygon approximation and subdivision Fix polygon approximation for 0 or less tolerance Improve test coverage of LPI filter Fix callable test in LPI filter Improve test coverage for ctmf Full test coverage for canny filter Full test coveragem for data package ...
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.
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%