Step | Name |
---|---|
0. Download the data file | All |
1. Implement the TODOs in the preprocessing/postprocessing | All |
1.1 Normalization | |
1.2 Skull Stripping | |
1.3 Image Registration | |
1.4 Random Forest Fine-Tuning | |
1.5 Metrics (HausDorff distance) | |
1.6 Image PostProcessing |
Welcome to the medical image analysis laboratory (MIALab). This repository contains all code you will need to get started with classical medical image analysis.
During the MIALab you will work on the task of brain tissue segmentation from magnetic resonance (MR) images. We have set up an entire pipeline to solve this task, specifically:
- Pre-processing
- Registration
- Feature extraction
- Voxel-wise tissue classification
- Post-processing
- Evaluation
After you complete the exercises, dive into the
pipeline.py
script to learn how all of these steps work together.
During the laboratory you will get to know the entire pipeline and investigate one of these pipeline elements in-depth. You will get to know and to use various libraries and software tools needed in the daily life as biomedical engineer or researcher in the medical image analysis domain.
Enjoy!
Found a bug or do you have suggestions? Open an issue or better submit a pull request.