Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 397 Bytes

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