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
File details
Details for the file PyDirtyLineDetection-1.3.tar.gz
.
File metadata
- Download URL: PyDirtyLineDetection-1.3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb27059ff346074086fd339265598117d7c07fab75f6bf6bc1c3485c8d0b038f |
|
MD5 | d5e0f53a094ff7319223ee1c6d2d5655 |
|
BLAKE2b-256 | e6a4ef5deb73c40249ff7413c0d2234be1c9e791873691caf1310cd1bbb9f707 |