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
- Host: GitHub
- URL: https://github.com/anfractuosity/lsd
- Owner: anfractuosity
- Created: 2014-09-19T23:52:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T16:29:45.000Z (about 4 years ago)
- Last Synced: 2025-04-02T08:08:43.355Z (over 1 year ago)
- Topics: java, line-segmentation, lsd, segment-detector-algorithm
- Language: Java
- Homepage: https://www.anfractuosity.com/projects/lsd/
- Size: 49.8 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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