AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/test_torchio.py
tests/data/test_images_dataset.py
tests/transforms/test_random_elastic_deformation.py
tests/transforms/test_random_motion.py
tests/transforms/test_transforms.py
torchio/__init__.py
torchio/cli.py
torchio/torchio.py
torchio/utils.py
torchio.egg-info/PKG-INFO
torchio.egg-info/SOURCES.txt
torchio.egg-info/dependency_links.txt
torchio.egg-info/entry_points.txt
torchio.egg-info/not-zip-safe
torchio.egg-info/requires.txt
torchio.egg-info/top_level.txt
torchio/data/__init__.py
torchio/data/images.py
torchio/data/io.py
torchio/data/queue.py
torchio/data/inference/__init__.py
torchio/data/inference/aggregator.py
torchio/data/inference/grid_sampler.py
torchio/data/sampler/__init__.py
torchio/data/sampler/label.py
torchio/data/sampler/sampler.py
torchio/transforms/__init__.py
torchio/transforms/interpolation.py
torchio/transforms/transform.py
torchio/transforms/augmentation/__init__.py
torchio/transforms/augmentation/random_transform.py
torchio/transforms/augmentation/intensity/__init__.py
torchio/transforms/augmentation/intensity/random_bias_field.py
torchio/transforms/augmentation/intensity/random_motion.py
torchio/transforms/augmentation/intensity/random_noise.py
torchio/transforms/augmentation/spatial/__init__.py
torchio/transforms/augmentation/spatial/random_affine.py
torchio/transforms/augmentation/spatial/random_elastic_deformation.py
torchio/transforms/augmentation/spatial/random_flip.py
torchio/transforms/preprocessing/__init__.py
torchio/transforms/preprocessing/bounds_transform.py
torchio/transforms/preprocessing/crop.py
torchio/transforms/preprocessing/histogram_standardization.py
torchio/transforms/preprocessing/normalization_transform.py
torchio/transforms/preprocessing/pad.py
torchio/transforms/preprocessing/resample.py
torchio/transforms/preprocessing/rescale.py
torchio/transforms/preprocessing/z_normalization.py