Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

๐Ÿ“š The CoCalc Library - books, templates and other resources

132929 views
License: OTHER
Kernel: Python 3

scikit-image: Image Processing in Python

https://github.com/scikit-image/skimage-tutorials

  1. If you haven't yet, please clone this repository:

git clone --depth=1 https://github.com/scikit-image/skimage-tutorials

On conference wifi, this will take about 5 minutes ๐Ÿ˜• You can also copy a cloned copy from a friend via, e.g., a USB stick.

  1. If you already have, please pull the latest updates:

git pull

Abstract

Across domains, modalities, and scales of exploration, images form an integral subset of scientific measurements. Despite a deep appeal to human intuition, gaining understanding of image content remains challenging; yet the wealth of knowledge contained inside of images cannot be overstated.

scikit-image is a collection of image processing algorithms for the Scientific Python (SciPy) ecosystem. It has a Pythonic API, is well documented, and aims to provide researchers and practitioners with well-tested, fundamental building blocks for rapidly constructing sophisticated image processing pipelines.

In this training, we give an interactive overview of the library, and let participants try their hand at various educational image processing challenges.

Attendees are expected to have a working knowledge of NumPy, SciPy, and Matplotlib.

Presenter Bio

Stรฉfan van der Walt is a researcher at the Berkeley Institute for Data Science, UC Berkeley. He has been a part of the scientific Python developer community since 2006, and is the founder of scikit-image. Outside of work, he enjoys running, music, the great outdoors, and being a dad.

Prerequisites

Please refer to the preparation instructions.

Sections

Throughout the tutorial, please feel free to interrupt with questions. The roadmap below is a guideline only.

Optional extra: stitching image panoramas

For later

Further information

After the tutorial

Stay in touch!

import numpy as np np.__version__
import skimage
skimage.__version__