# EuroSciPy 2019 - 3D image processing with scikit-image

* Support material for the tutorial _3D image processing with scikit-image_.

Open it using Binder: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/alexdesiqueira/tutorials/master)

Inside Binder's structure, please point to `/2019/euroscipy2019`.

This tutorial will introduce how to analyze three dimensional stacked and volumetric images in Python, mainly using scikit-image. Here we will learn how to:
  * pre-process data using filtering, binarization and segmentation techniques.
  * inspect, count and measure attributes of objects and regions of interest in the data.
  * visualize large 3D data.

For more info:
  * [[EuroSciPy (all editions)]](https://www.euroscipy.org/)
  * [[EuroSciPy 2019]](https://www.euroscipy.org/2019/)
  * [[scikit-image]](https://scikit-image.org/)
