AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/getting_started.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/more_info.rst
docs/readme.rst
docs/tutorial.rst
docs/usage.rst
docs/wsipipe.datasets.rst
docs/wsipipe.load.annotations.rst
docs/wsipipe.load.datasets.rst
docs/wsipipe.load.rst
docs/wsipipe.load.slides.rst
docs/wsipipe.preprocess.patching.rst
docs/wsipipe.preprocess.rst
docs/wsipipe.preprocess.sample.rst
docs/wsipipe.preprocess.tissue_detection.rst
docs/wsipipe.rst
docs/wsipipe.utils.rst
tests/__init__.py
tests/test_wsipipe.py
wsipipe/__init__.py
wsipipe/cli.py
wsipipe.egg-info/PKG-INFO
wsipipe.egg-info/SOURCES.txt
wsipipe.egg-info/dependency_links.txt
wsipipe.egg-info/entry_points.txt
wsipipe.egg-info/not-zip-safe
wsipipe.egg-info/requires.txt
wsipipe.egg-info/top_level.txt
wsipipe/datasets/__init__.py
wsipipe/datasets/camelyon16.py
wsipipe/datasets/dataset_utils.py
wsipipe/datasets/stripai.py
wsipipe/load/__init__.py
wsipipe/load/annotations/__init__.py
wsipipe/load/annotations/annotation.py
wsipipe/load/annotations/asapxml.py
wsipipe/load/annotations/geojson.py
wsipipe/load/datasets/__init__.py
wsipipe/load/datasets/camelyon16.py
wsipipe/load/datasets/loader.py
wsipipe/load/datasets/registry.py
wsipipe/load/datasets/stripai.py
wsipipe/load/slides/__init__.py
wsipipe/load/slides/openslide.py
wsipipe/load/slides/region.py
wsipipe/load/slides/slide.py
wsipipe/preprocess/__init__.py
wsipipe/preprocess/patching/__init__.py
wsipipe/preprocess/patching/patch_finder.py
wsipipe/preprocess/patching/patchset.py
wsipipe/preprocess/patching/patchset_utils.py
wsipipe/preprocess/sample/__init__.py
wsipipe/preprocess/sample/sampler.py
wsipipe/preprocess/tissue_detection/__init__.py
wsipipe/preprocess/tissue_detection/filters.py
wsipipe/preprocess/tissue_detection/morphology_transforms.py
wsipipe/preprocess/tissue_detection/tissue_detector.py
wsipipe/preprocess/tissue_detection/visualise.py
wsipipe/utils/__init__.py
wsipipe/utils/convert.py
wsipipe/utils/filters.py
wsipipe/utils/geometry.py