/SimpleITKUtilities

A collection of utilities and integration tools to enhance SimpleITK in Python.

Primary LanguagePythonApache License 2.0Apache-2.0

SimpleITKUtilities

SimpleITK Utilities Testing  SimpleITK Utilities Website

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, dask, PySide). Additional useful capabilities include handling 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.

Installation

The Python module is distributed on PyPI - The Python Package Index. The package can be installed by running:

 python -m pip install SimpleITKUtilities