LICENSE
README.md
pyproject.toml
histopath/openslide.py
histopath.egg-info/PKG-INFO
histopath.egg-info/SOURCES.txt
histopath.egg-info/dependency_links.txt
histopath.egg-info/requires.txt
histopath.egg-info/top_level.txt
histopath/augmentations/__init__.py
histopath/augmentations/stain_augmentor.py
histopath/masks/__init__.py
histopath/masks/tissue_mask.py
histopath/masks/vips_filters/__init__.py
histopath/masks/vips_filters/color_filters.py
histopath/masks/vips_filters/typed.py
histopath/masks/vips_filters/vips_filter.py
histopath/masks/vips_filters/vips_morphology.py
histopath/masks/vips_filters/vips_multi_otsu.py
histopath/ray/datasource/__init__.py
histopath/ray/datasource/openslide_metadatasource.py
histopath/ray/datasource/vips_tiff_datasink.py
histopath/tiling/__init__.py
histopath/tiling/openslide_tile_reader.py
histopath/tiling/tilers.py
histopath/tiling/utils.py
histopath/tiling/masks/mask.py
histopath/torch/data/openslide_tile_reader.py
histopath/torch/data/overlay.py
histopath/torch/data/slide.py
tests/test_tilers.py