Metadata-Version: 2.1
Name: wai.annotations.imgvis
Version: 1.0.3
Summary: Image visualization plugins for wai.annotations.
Home-page: https://github.com/waikato-ufdl/wai-annotations-imgvis
Author: Peter Reutemann
Author-email: fracpete@waikato.ac.nz
License: Apache License Version 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Programming Language :: Python :: 3
License-File: LICENSE

Image visualization plugins for the wai.annotations library:

* `add-annotation-overlay-ic`: adds image classification overlays to images
* `add-annotation-overlay-is`: adds image segmentation overlays to images
* `add-annotation-overlay-od`: adds object detection overlays to images
* `combine-annotations-od`: for combining overlapping annotations between images into single annotation
* `image-viewer-ic`: sink for displaying image classification images
* `image-viewer-is`: sink for displaying image segmentation images
* `image-viewer-od`: sink for displaying object detection images
* `to-annotation-overlay-od`: generates an image with all the annotation shapes (bbox or polygon) overlayed

Changelog
=========

1.0.3 (2022-06-13)
------------------

- added `combine-annotations-od` for combining overlapping annotations between images into single annotation
- `add-annotation-overlay-is/od` now use `narg='+'` for `--labels` and `--colors` options instead of comma-separated single argument


1.0.2 (2022-05-11)
------------------

- making use of the new Image segmentation annotations property `label_images` to get
  separate images for generating overlays with `AnnotationOverlayIS`


1.0.1 (2022-05-10)
------------------

- add-annotation-overlay-ic now can draw a filled background rectangle for the label
  for better readability


1.0.0 (2022-05-09)
------------------

- Initial release: add-annotation-overlay-(ic/is/od), image-viewer-(ic/is/od)
- Received to-annotation-overlay-od from wai.annotations.imgstats



