Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.16 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.16 KB

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