Newer
Older
QIM is a Python library for 3D quantitative imaging analysis. It provides functionality for handling data, as well as tools for visualization and analysis.
## Loading Data
To load image data from a file, use `qim.io.load()`
vol = qim3d.io.load("path/to/file.tif", virtual_stack=True)
QIM provides GUI components for interactive data exploration. The `qim3d.gui` module contains various classes for visualization and analysis:
- Data exploration tool (`qim3d.gui.data_exploration`)
- 3D visualization with isosurfaces (`qim3d.gui.iso3d`)
- Local thickness (`qim3d.gui.local_thickness`)
# 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.
# License
This project is licensed under the MIT License.