Package iaf
This is the documentation of the iaf library (version 0.5.0).
It is a helper library that adds user-friendly functionality to scikit-image, scipy, matplotlib 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 --extra-index-url https://ia-res.ethz.ch/pypi iaf
Alternatively, you can download and use the following environment.yml file:
$ conda env create -f environment.yml
Currently, iaf is compatible with python 3.10, 3.11, and 3.12.
Sub-modules
iaf.color- 
Color functions.
 iaf.filter- 
Filters and functions.
 iaf.fit- 
Useful models and metrics.
 iaf.io- 
I/O functionality.
 iaf.morph- 
Morphological operations.
 iaf.notebook- 
Jupyter notebook functionalities.
 iaf.plot- 
Plotting functions.
 iaf.process- 
Image processing functionalities.
 iaf.reg- 
Registration functions.
 iaf.stats- 
Statistics functionalities.