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
- Host: GitHub
- URL: https://github.com/datacarpentry/image-processing
- Owner: datacarpentry
- License: other
- Created: 2017-03-14T14:45:52.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2026-03-10T00:32:55.000Z (2 months ago)
- Last Synced: 2026-03-10T08:06:50.071Z (2 months ago)
- Topics: carpentries, computer-vision, data-carpentry, english, image-processing, imageio, lesson, open-educational-resources, python, scikit-image, skimage, stable
- Language: HTML
- Homepage: https://datacarpentry.org/image-processing
- Size: 168 MB
- Stars: 112
- Watchers: 18
- Forks: 124
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION
- Authors: AUTHORS
- Zenodo: .zenodo.json
Awesome Lists containing this project
README
[](https://slack-invite.carpentries.org/)
[](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).