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/test_utils.py
tests/data/__init__.py
tests/data/test_images_dataset.py
tests/data/test_inference.py
tests/data/test_queue.py
tests/transforms/__init__.py
tests/transforms/test_transforms.py
tests/transforms/augmentation/__init__.py
tests/transforms/augmentation/test_random_elastic_deformation.py
tests/transforms/augmentation/test_random_motion.py
tests/transforms/preprocessing/__init__.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/lambda_transform.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_blur.py
torchio/transforms/augmentation/intensity/random_ghosting.py
torchio/transforms/augmentation/intensity/random_motion.py
torchio/transforms/augmentation/intensity/random_noise.py
torchio/transforms/augmentation/intensity/random_spike.py
torchio/transforms/augmentation/intensity/random_swap.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/intensity/__init__.py
torchio/transforms/preprocessing/intensity/histogram_standardization.py
torchio/transforms/preprocessing/intensity/normalization_transform.py
torchio/transforms/preprocessing/intensity/rescale.py
torchio/transforms/preprocessing/intensity/z_normalization.py
torchio/transforms/preprocessing/spatial/__init__.py
torchio/transforms/preprocessing/spatial/bounds_transform.py
torchio/transforms/preprocessing/spatial/center_crop_pad.py
torchio/transforms/preprocessing/spatial/crop.py
torchio/transforms/preprocessing/spatial/pad.py
torchio/transforms/preprocessing/spatial/resample.py
torchio/transforms/preprocessing/spatial/to_canonical.py