An open API service indexing awesome lists of open source software.

https://github.com/datacarpentry/image-processing

Image Processing with Python
https://github.com/datacarpentry/image-processing

carpentries computer-vision data-carpentry english image-processing imageio lesson open-educational-resources python scikit-image skimage stable

Last synced: 2 months ago
JSON representation

Image Processing with Python

Awesome Lists containing this project

README

          

[![Create a Slack Account with us](https://img.shields.io/badge/Create_Slack_Account-The_Carpentries-071159.svg)](https://slack-invite.carpentries.org/)
[![Slack Status](https://img.shields.io/badge/Slack_Channel-dc--image--processing-E01563.svg)](https://carpentries.slack.com/archives/C027H977ZGU)

# Image Processing with Python

A lesson teaching foundational image processing skills with Python and [scikit-image](https://scikit-image.org/).

## Lesson Content

This lesson introduces fundamental concepts in image handling and processing. Learners will gain the skills needed to load images into Python, to select, summarise, and modify specific regions in these images, and to identify and extract objects within an image for further analysis.

The lesson assumes a working knowledge of Python and some previous exposure to the Bash shell.
A detailed list of prerequisites can be found in [`learners/prereqs.md`](learners/prereqs.md).

## Contribution

- Make a suggestion or correct an error by [raising an Issue](https://github.com/datacarpentry/image-processing/issues).

Please see the [CONTRIBUTING.md file](CONTRIBUTING.md) for contributing guidelines and details on how to get involved with
this project. Some specific guidelines for content / style are provided in the
['What to Contribute (This Lesson)' section](CONTRIBUTING.md#what-to-contribute-this-lesson).

## Code of Conduct

All participants should agree to abide by the [The Carpentries Code of Conduct](https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html).

## Lesson Maintainers

The Image Processing with Python lesson is currently being maintained by:

- [Kimberly Meechan](https://github.com/K-Meech)
- [Ulf Schiller](https://github.com/uschille)
- [Marco Dalla Vecchia](https://github.com/marcodallavecchia)

The lesson is built on content originally developed by [Mark Meysenburg](https://github.com/mmeysenburg), [Tessa Durham Brooks](https://github.com/tessalea), [Dominik Kutra](https://github.com/k-dominik), [Constantin Pape](https://github.com/constantinpape), and [Erin Becker](https://github.com/ebecker).