iafΒΆ

This is the documentation of the iaf library (version 1.5.2).

It is a helper library that adds user-friendly functionality to [scikit-image](https://scikit-image.org/), [scipy](https://scipy.org/), [matplotlib](https://matplotlib.org/) and other libraries for the purpose of teaching the fundamentals of image analysis.

You can install it with:

$ conda create -n iaf-env python=3.11    # Optional
$ conda activate iaf-env                 # Optional
$ pip install iaf

Alternatively, you can download and use the following [environment.yml](https://git.bsse.ethz.ch/scu_courses/iaf/-/raw/master/environment.yml?inline=false) file:

$ conda env create -f environment.yml

Currently, iaf is compatible with python 3.10, 3.11, 3.12, 3.13.

Modules

cluster

Clustering functions.

color

Color functions.

filter

Filters and functions.

fit

Useful models and metrics.

io

I/O functionality.

morph

Morphological operations.

notebook

Jupyter notebook functionalities.

plot

Plotting functions.

process

Image processing functionalities.

reg

Registration functions.

stats

Statistics functionalities.