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
Clustering functions. |
|
Color functions. |
|
Filters and functions. |
|
Useful models and metrics. |
|
I/O functionality. |
|
Morphological operations. |
|
Jupyter notebook functionalities. |
|
Plotting functions. |
|
Image processing functionalities. |
|
Registration functions. |
|
Statistics functionalities. |