CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/make.bat
docs/images/histogram_standardization.png
docs/images/random_bias_field.gif
docs/images/random_elastic_deformation.gif
docs/images/random_ghosting.gif
docs/images/random_motion.gif
docs/images/random_noise.gif
docs/images/random_spike.gif
docs/images/random_swap.jpg
docs/images/z_normalization.png
docs/images/gifs_readme/10_RandomGhosting_mri.gif
docs/images/gifs_readme/1_Lambda_mri.png
docs/images/gifs_readme/2_RandomBlur_mri.gif
docs/images/gifs_readme/3_RandomFlip_mri.gif
docs/images/gifs_readme/4_Compose_mri.gif
docs/images/gifs_readme/5_RandomAffine_mri.gif
docs/images/gifs_readme/6_RandomElasticDeformation_mri.gif
docs/images/gifs_readme/7_RandomBiasField_mri.gif
docs/images/gifs_readme/8_RandomMotion_mri.gif
docs/images/gifs_readme/9_RandomSpike_mri.gif
docs/source/README.rst
docs/source/cli.rst
docs/source/conf.py
docs/source/datasets.rst
docs/source/example.rst
docs/source/index.rst
docs/source/quickstart.rst
docs/source/data/dataset.rst
docs/source/data/patch_based.rst
docs/source/data/patch_inference.rst
docs/source/data/patch_training.rst
docs/source/transforms/augmentation.rst
docs/source/transforms/others.rst
docs/source/transforms/preprocessing.rst
docs/source/transforms/transforms.rst
tests/__init__.py
tests/test_cli.py
tests/test_utils.py
tests/utils.py
tests/data/__init__.py
tests/data/test_grid_sampler.py
tests/data/test_image.py
tests/data/test_images_dataset.py
tests/data/test_inference.py
tests/data/test_io.py
tests/data/test_label_sampler.py
tests/data/test_queue.py
tests/data/test_subject.py
tests/datasets/__init__.py
tests/datasets/test_ixi.py
tests/transforms/__init__.py
tests/transforms/test_collate.py
tests/transforms/test_lambda_transform.py
tests/transforms/test_transforms.py
tests/transforms/augmentation/__init__.py
tests/transforms/augmentation/test_oneof.py
tests/transforms/augmentation/test_random_elastic_deformation.py
tests/transforms/augmentation/test_random_motion.py
tests/transforms/preprocessing/__init__.py
tests/transforms/preprocessing/test_crop_pad.py
tests/transforms/preprocessing/test_histogram_standardization.py
tests/transforms/preprocessing/test_resample.py
torchio/__init__.py
torchio/cli.py
torchio/reference.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/dataset.py
torchio/data/image.py
torchio/data/io.py
torchio/data/queue.py
torchio/data/subject.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/datasets/__init__.py
torchio/datasets/ixi.py
torchio/external/__init__.py
torchio/external/due.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/composition.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/crop.py
torchio/transforms/preprocessing/spatial/crop_or_pad.py
torchio/transforms/preprocessing/spatial/pad.py
torchio/transforms/preprocessing/spatial/resample.py
torchio/transforms/preprocessing/spatial/to_canonical.py