/LSD

A Java port of the Line Segment Detector algorithm

Primary LanguageJava

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