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/estimate_stain_vectors.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/parsers/__init__.py
histopath/parsers/asap_parser.py
histopath/parsers/geojson_parser.py
histopath/ray/datasource/__init__.py
histopath/ray/datasource/slide_metadatasource.py
histopath/ray/datasource/vips_tiff_datasink.py
histopath/tiling/__init__.py
histopath/tiling/annotations.py
histopath/tiling/read_slide_tile.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
histopath/utils/__init__.py
histopath/utils/closest_level.py
tests/test_annotations.py
tests/test_parsers.py
tests/test_tilers.py