Metadata-Version: 2.1
Name: wsi-annotations-kit
Version: 1.4.9
Summary: Utility functions for generating, saving, and converting annotation files
Home-page: https://github.com/spborder/wsi_annotations_kit
Author: Sam Border
Author-email: sam.border2256@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml ==4.9.2
Requires-Dist: geojson ==3.0.1
Requires-Dist: shapely ==2.0.1
Requires-Dist: tqdm
Requires-Dist: numpy >=1.20.0
Requires-Dist: uuid
Requires-Dist: scikit-image ==0.20.0

# wsi_annotations_kit
Utility functions for generation, conversion, and saving annotation files for various whole slide image viewers

Version 1.0.0: Initial release, annotations from shapely Polygons

Version 1.0.1: Annotations generated from masks

Version 1.0.2-->1.3.0: Various bug fixes, fixing conversions to other formats

Version 1.4.0: Added AnnotationPatches object for merging annotations from tiles with varying levels of overlap
