All Projects → scikit-image → Scikit Image

scikit-image / Scikit Image

Licence: other
Image processing in Python

Programming Languages

python
139335 projects - #7 most used programming language
cython
566 projects
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Scikit Image

Swift Image
SwiftImage: an image library in Swift with Swifty APIs and value semantics
Stars: ✭ 402 (-91.42%)
Mutual labels:  image-processing
Ocrmypdf
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
Stars: ✭ 5,549 (+18.37%)
Mutual labels:  image-processing
Cvpr2021 Papers With Code
CVPR 2021 论文和开源项目合集
Stars: ✭ 7,138 (+52.26%)
Mutual labels:  image-processing
Gocv
Go package for computer vision using OpenCV 4 and beyond.
Stars: ✭ 4,511 (-3.78%)
Mutual labels:  image-processing
Bkasciiimage
Convert UIImage to ASCII art
Stars: ✭ 421 (-91.02%)
Mutual labels:  image-processing
Lena.js
👩 Library for image processing
Stars: ✭ 432 (-90.78%)
Mutual labels:  image-processing
Quickviewer
A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
Stars: ✭ 394 (-91.6%)
Mutual labels:  image-processing
Cvlib
A simple, high level, easy to use, open source Computer Vision library for Python.
Stars: ✭ 443 (-90.55%)
Mutual labels:  image-processing
Pycair
Content aware image resizing
Stars: ✭ 425 (-90.93%)
Mutual labels:  image-processing
Teaching
Teaching Materials for Dr. Waleed A. Yousef
Stars: ✭ 435 (-90.72%)
Mutual labels:  image-processing
Resizer
An image resizing library for Android
Stars: ✭ 406 (-91.34%)
Mutual labels:  image-processing
Mort
Storage and image processing server written in Go
Stars: ✭ 420 (-91.04%)
Mutual labels:  image-processing
Framework
Machine learning, computer vision, statistics and general scientific computing for .NET
Stars: ✭ 4,177 (-10.9%)
Mutual labels:  image-processing
Tf Pose Estimation
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
Stars: ✭ 3,856 (-17.75%)
Mutual labels:  image-processing
Govips
A lightning fast image processing and resizing library for Go
Stars: ✭ 442 (-90.57%)
Mutual labels:  image-processing
Snowy
Small Image Library for Python 3
Stars: ✭ 401 (-91.45%)
Mutual labels:  image-processing
Effects Pro
An easy-to-use Android application to apply filters to images
Stars: ✭ 429 (-90.85%)
Mutual labels:  image-processing
Caer
High-performance Vision library in Python. Scale your research, not boilerplate.
Stars: ✭ 452 (-90.36%)
Mutual labels:  image-processing
Wasm Imagemagick
Webassembly compilation of https://github.com/ImageMagick/ImageMagick & samples
Stars: ✭ 442 (-90.57%)
Mutual labels:  image-processing
Images.jl
An image library for Julia
Stars: ✭ 434 (-90.74%)
Mutual labels:  image-processing

scikit-image: Image processing in Python

Image.sc forum Stackoverflow project chat codecov.io

Installation from binaries

  • Debian/Ubuntu: sudo apt-get install python-skimage
  • OSX: pip install scikit-image
  • Anaconda: 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 (Modified BSD)

Copyright (C) 2011, the scikit-image team All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of skimage nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].