Skip to main content

Augmentation methods: glaring

Project description

The Augmentation methods: this lib help simulation glaring phenomena in image

Install:

pip3 install glaring-simulation

Basic using:

from glaring_simulation import Glaring
glaring_testing = Glaring.Glaring()
img_path = "resource/image.jpg"
glaring_image = glaring_testing.predict(image_path=img_path)
cv2.imwrite("resource/glaring_image.jpg", glaring_image)

Result

Normal image

Normal image

Glaring image

Glaring image

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

glaring_simulation-0.1.3-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page