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 in the following publication, of which this code is part:

"LSD: a Line Segment Detector" by Rafael Grompone von Gioi, Jeremie Jakubowicz, Jean-Michel Morel, and Gregory Randall, Image Processing On Line, 2012. DOI:10.5201/ipol.2012.gjmr-lsd http://dx.doi.org/10.5201/ipol.2012.gjmr-lsd

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 Nov 11 11:11:11 2011 for LSD by doxygen 1.3.4