This package provides a set of utilities for handling NIfTI datasets, including slice extraction, volume manipulation, and various utility functions to facilitate the processing of medical imaging data.
Now, this code is available with PyPI here. The package can be installed with:
pip install nidatasetand can be imported as:
import nidataset as nidPackage documentation is available here.
A complete project example that use nidataset is available here
nibabel>=5.0.0
numpy>=1.24
opencv-python>=4.7
pandas>=1.5
Pillow>=9.4
scipy>=1.10
SimpleITK>=2.2
scikit-image>=0.19
tqdm>=4.64Install the requirements with:
pip install -r requirements.txt👨💻 Ciro Russo, PhD
MIT License

