Main Page | Data Structures | File List | Data Fields | Globals

LSD code documentation

This is an implementation of the Line Segment Detector described in the paper:

"LSD: A Fast Line Segment Detector with a False Detection Control" by Rafael Grompone von Gioi, Jeremie Jakubowicz, Jean-Michel Morel, and Gregory Randall, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 32, no. 4, pp. 722-732, April, 2010.

and in more details in the CMLA Technical Report:

"LSD: A Line Segment Detector, Technical Report", by Rafael Grompone von Gioi, Jeremie Jakubowicz, Jean-Michel Morel, Gregory Randall, CMLA, ENS Cachan, 2010.

The version implemented here includes some further improvements described on the LSD page at www.ipol.im. That same page includes more information, including this code and an online demo version:

http://www.ipol.im/pub/algo/gjmr_line_segment_detector

The module's main function is lsd().

The source code is contained in two files: lsd.h and lsd.c.

HISTORY:

Author:
rafael grompone von gioi (grompone@gmail.com)

Generated on Fri Dec 3 10:18:17 2010 for LSD by doxygen 1.3.4