Skip to content

zoccoler/scikit-image

 
 

Repository files navigation

scikit-image: Image processing in Python

Image.sc forum Stackoverflow project chat

Installation from binaries

  • pip: pip install scikit-image
  • conda: conda install -c conda-forge scikit-image

Also see installing scikit-image.

Installation from source

Install dependencies using:

pip install -r requirements.txt

Then, install scikit-image using:

$ pip install .

If you plan to develop the package, you may run it directly from source:

$ pip install -e .  # Do this once to add package to Python path

Every time you modify Cython files, also run:

$ python setup.py build_ext -i  # Build binary extensions

License & copyright

See LICENSE.txt.

Citation

If you find this project useful, please cite:

Stéfan van der Walt, Johannes L. Schönberger, Juan Nunez-Iglesias, François Boulogne, Joshua D. Warner, Neil Yager, Emmanuelle Gouillart, Tony Yu, and the scikit-image contributors. scikit-image: Image processing in Python. PeerJ 2:e453 (2014) https://doi.org/10.7717/peerj.453

About

Image processing in Python

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.4%
  • Cython 13.9%
  • C 5.8%
  • C++ 1.1%
  • Other 0.8%