mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 09:23:11 +08:00
29 lines
910 B
Plaintext
29 lines
910 B
Plaintext
Build Requirements
|
|
------------------
|
|
* `Python >= 2.5 <http://python.org>`_
|
|
* `Numpy >= 1.4 <http://numpy.scipy.org/>`_
|
|
* `Cython >= 0.13 <http://www.cython.org/>`_
|
|
|
|
Usage Requirements
|
|
------------------
|
|
* `Scipy <http://www.scipy.org/>`_
|
|
* `Python Imaging Library (PIL) <http://www.pythonware.com/products/pil/>`_
|
|
|
|
Optional Requirements
|
|
---------------------
|
|
You can use this scikit with the basic requirements listed above, but some
|
|
functionality is only available with the following installed:
|
|
|
|
`Open CV <http://opencv.willowgarage.com/wiki/>`_ (version 2.1).
|
|
Required for functions in ``scikits.image.opencv``.
|
|
|
|
Note that, under Ubuntu, due to problems with Atlas + OpenCV,
|
|
you may have to rebuild your own libcv.
|
|
|
|
`PyQt4 <http://wiki.python.org/moin/PyQt>`_
|
|
The `qt` plugin that provides `imshow` and `scivy`.
|
|
|
|
`PyGTK <http://www.pygtk.org/>`_
|
|
The `gtk` plugin that provides `imshow`.
|
|
|