Yaroslav Halchenko 9c38abb08d Merge tag 'v0.7.2' into debian
* 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
  ...
2012-12-01 22:02:33 -05:00
2012-06-27 15:32:39 -04:00
2012-10-13 23:28:28 -07:00
2012-09-15 10:40:52 +02:00
2012-10-13 23:29:26 -07:00
2012-04-25 19:29:16 +01:00
2012-10-13 23:29:26 -07:00

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>

S
Description
Image Processing SciKit (Toolbox for SciPy)
Readme 42 MiB
Languages
Python 71.7%
Cython 17.9%
C 8.3%
C++ 1.6%
PowerShell 0.2%
Other 0.2%