https://github.com/simpleitk/simpleitkutilities
A collection of utilities and integration tools to enhance SimpleITK in Python.
https://github.com/simpleitk/simpleitkutilities
Last synced: 12 months ago
JSON representation
A collection of utilities and integration tools to enhance SimpleITK in Python.
- Host: GitHub
- URL: https://github.com/simpleitk/simpleitkutilities
- Owner: SimpleITK
- License: apache-2.0
- Created: 2023-02-14T14:58:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T14:12:16.000Z (about 1 year ago)
- Last Synced: 2025-01-27T15:27:56.328Z (about 1 year ago)
- Language: Python
- Size: 102 KB
- Stars: 7
- Watchers: 6
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# SimpleITKUtilities
 [](http://simpleitk.org/SimpleITKUtilities/)
This Python package provides a collection of utilities and integration tools which enhance the basic SimpleITK Python package functionality. It enables data exchange between SimpleITK and other packages (e.g. [vtk](https://vtk.org/), [dask](https://www.dask.org/), [PySide](https://wiki.qt.io/Qt_for_Python)). Additional useful capabilities include handling [SimpleITK](https://github.com/SimpleITK/SimpleITK) messages using standard Python logging, making an image isotropic, a decorator which enables running a filter in a slice-by-slice manner and more.
For a complete list of utilities, see the [package website](http://simpleitk.org/SimpleITKUtilities/).
## Installation
The Python module is distributed on [PyPI - The Python Package Index](https://pypi.org/project/SimpleITKUtilities/). The package can be installed by running:
```
python -m pip install SimpleITKUtilities
```