Medical image processing tools built on numpy
, scipy
, and SimpleITK
.
If SimpleITK
is installed:
conda install -c medipt medipt
If SimpleITK
is not installed:
conda install -c medipt -c conda-forge -c simpleitk medipt
pip install -i https://pypi.anaconda.org/medipt/simple medipt
- Python >= 3.7
- SimpleITK >= 2.2
- numpy >= 1.20
- scipy >= 1.6
Example can be found in here for how to augment and resample a 3D image.