A package for processing edges and lines
Project description
edgy-lines
A Python 3 library for handling line segments and paths.
Version: 0.0.1
Author: ES Alexander
Release Date: 24/02/2020
Used to detect and analyse intersections (position and angle), find the distance between segments and from points to segments, and reduce a collection of lines by similarity. Intended for use in applications such as simplification of computer vision results (e.g. Hough Lines detected in an image), or in basic game development checking for polygon or bounding box intersections and/or proximity.
Usage
Install via pip, using python3 -m pip install --upgrade edgy-lines
.
To import Edge class, use from edgy_lines.Edge2 import Edge
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file edgy-lines-0.0.1.tar.gz
.
File metadata
- Download URL: edgy-lines-0.0.1.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83bdc0b45540bfc725dc9370ca66b58e51f852345abb245a5c5803c538d002d7 |
|
MD5 | 967e7269c2a0e65ca502559d5b6aaab9 |
|
BLAKE2b-256 | 2f795d5bea39959cbe907fcef9c36390f10547c497fea5838c90c425821545a9 |
File details
Details for the file edgy_lines-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: edgy_lines-0.0.1-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93dc16d667a19412523b622852aa7a2e7ae272df1d23c2b7836b406b21f6b0c6 |
|
MD5 | 602e0dfe1eae8de5eb0bb6fe5aca257c |
|
BLAKE2b-256 | ffb9e74da158b88668cf824cab2dc42460b159c605668626c990249b3236d61c |