Metadata-Version: 2.1
Name: wai.annotations.imgaug
Version: 1.0.0
Summary: Various inline stream processors for image augmentation.
Home-page: https://github.com/waikato-ufdl/wai-annotations-imgaug
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

Inline stream processors for image augmentation:

* `crop`: crops images
* `flip`: flips images either left-to-right, up-to-down or both
* `gaussian-blur`: applies gaussian blur to images
* `hsl-grayscale`: turns RGB images into fake grayscale ones by converting them to HSL and then using the L channel for all three channels
* `linear-contrast`: applies linear contrast to images
* `rotate`: rotates images by a specified degree (0-360) or randomly within degree range

Changelog
=========

1.0.0 (2022-02-23)
------------------

- Initial release: crop, frlip, gaussian-blur, hsl-grayscale, linear-contrast, rotate


