QIM is a Python library for quantitative imaging analysis. It provides functionality for loading and saving image data, as well as tools for visualization and analysis.
QIM is a Python library for 3D quantitative imaging analysis. It provides functionality for handling data, as well as tools for visualization and analysis.
## Features
- Load image data from TIFF and HDF5 files.
- GUI components for interactive data exploration.
- Tools for performing quantitative analysis on image data.
## Installation
## Installation
QIM can be installed using pip:
Install using pip:
```shell
```bash
pip install qim
pip install qim
```
```
## Usage
# Usage
### Loading Data
To load image data from a file, use the qim.io.load() function:
## Loading Data
To load image data from a file, use `qim.io.load()`
- Data exploration tool (`qim.gui.data_exploration`)
- 3D visualization with isosurfaces (`qim.gui.iso3d`)
- Local thickness (`qim.gui.local_thickness`)
# Contributing
# Contributing
Contributions to QIM are welcome! If you find a bug, have a feature request, or would like to contribute code, please open an issue or submit a pull request.
Contributions to QIM are welcome! If you find a bug, have a feature request, or would like to contribute code, please open an issue or submit a pull request.