Skip to content

ES-Alexander/edgy-lines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edgy-lines

A Python 3 library for handling line segments and paths.


Version: 0.0.2
Author: ES Alexander
Release Date: 25/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.