Table of Contents

Labs

The labs cover selected image processing methods. For each method, the students are provided with a Jupyter notebook that contains a brief explanation and a template for the implementation. The students are tasked to follow the template and complete the implementation.

Some of the labs include a short quiz (see Organization). The quizzes target selected material from the lecture as indicated in the schedule below. The quizzes are submitted using the BRUTE web application.

See information about the semester work.

The points awarded for the quizzes and the semester work are listed in a table. Ask the lab instructor to tell you your (randomly assigned) ID.

Schedule

Week Date Topic Quiz topics
1 24. 9. Introduction no quiz
2 1. 10. Active contours
3 8. 10. Point distribution models
4 15. 10. SLIC
5 22. 10. Texture features & Graphcut
6 29. 10. Deep learning: segmentation (U-Net)
7 5. 11. Cell detection
8 12. 11. Frangi vesselness filter
9 19. 11. Nodule detection
10 26. 11. B-splines
11 3. 12. Registration
12 10. 12. Registration (Simple ITK)
13 17. 12. Semester work: consultation
14 7. 1. Semester work: presentation

Required software

Although the students can use the lab computers, they are strongly encouraged to use their own devices, which will allow them to work on the assignments at home. The easiest way to install all required software is through the Mamba system. Follow the instructions to get a Micromamba installation.

After installing Mamba, create a new environment and install the required dependencies:

micromamba create -n zmo python=3 jupyter matplotlib numpy -c conda-forge

To verify the installation, activate the fresh environment

micromamba activate zmo

and check that the following commands exit successfuly:

python -c "import numpy; import matplotlib"
jupyter notebook --version
It is necessary to always activate the Mamba environment before using Jupyter:
micromamba activate zmo
courses/zmo/tutorials/start.txt · Last modified: 2025/09/24 13:06 by kybicjan