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

https://github.com/carpentries-incubator/bioimage-analysis-python

Bioimage Analysis with Python
https://github.com/carpentries-incubator/bioimage-analysis-python

bioimage-analysis carpentries-incubator english lesson napari-visualization pre-alpha python scikit-image

Last synced: about 1 year ago
JSON representation

Bioimage Analysis 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 image, 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).

## 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:

- [Jacob Deppen](https://github.com/deppen8)
- [Kimberly Meechan](https://github.com/K-Meech)
- [Ulf Schiller](https://github.com/uschille)

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).