An open API service indexing awesome lists of open source software.

https://github.com/anfractuosity/lsd

A Java port of the Line Segment Detector algorithm
https://github.com/anfractuosity/lsd

java line-segmentation lsd segment-detector-algorithm

Last synced: about 1 year ago
JSON representation

A Java port of the Line Segment Detector algorithm

Awesome Lists containing this project

README

          

LSD
======================

A Java port of the excellent Line Segment Detector algorithm from:

http://www.ipol.im/pub/art/2012/gjmr-lsd/

Compilation
======================

Simply run : javac *.java

Then java GUI

ToDo
======================
* Add methods for accepting java images in LSD.java
* Tidy up my comments in LSD.java
* Instead of using error() throw std. exceptions when necessary