Skip to main content

A toolset that is designed to be used to detect dirty borders in videos/images

Project description

Dirty Line Detection

A toolset that is designed to be used to detect dirty borders in videos/images

This is early development, currently it's only function is to find the edges of an image, and save the converted image.

Developed by Jessie Wilson (2022)

Install

pip install PyDirtyLineDetection

Uninstall

pip uninstall PyDirtyLineDetection

Examples of How To Use

from dirty_line_detection import EdgeFinder

convert_image = EdgeFinder()
convert_image.find_edges(file_input="example.png")

# File output is optional
# e.g. convert_image.save_image()
convert_image.save_image(file_output="example(1).png")

Project details


Download files

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

Source Distribution

PyDirtyLineDetection-1.3.tar.gz (3.9 kB view hashes)

Uploaded Source

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