An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# SimpleITKUtilities

![SimpleITK Utilities Testing](https://github.com/SimpleITK/SimpleITKUtilities/actions/workflows/main.yml/badge.svg)  [![SimpleITK Utilities Website](https://img.shields.io/website-up-down-brightgreen-red/http/shields.io.svg)](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
```