A Java port of the excellent Line Segment Detector algorithm from:
http://www.ipol.im/pub/art/2012/gjmr-lsd/
Simply run : javac *.java
Then java GUI
- 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