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")
Release files for PyDirtyLineDetection 1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyDirtyLineDetection-1.3.tar.gz | 3.9 kB | Details |
Release files / PyDirtyLineDetection-1.3.tar.gz
| Download URL | PyDirtyLineDetection-1.3.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eb27059ff346074086fd339265598117d7c07fab75f6bf6bc1c3485c8d0b038f
|
|
BLAKE2b-256 checksum How to use checksums |
e6a4ef5deb73c40249ff7413c0d2234be1c9e791873691caf1310cd1bbb9f707
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.8
|