detect (cv.LSDDetector) - MATLAB File Help
cv.LSDDetector/detect

Detect lines inside an image or image set

keylines = obj.detect(img)
keylines = obj.detect(imgs)
[...] = obj.detect(..., 'OptionName',optionValue, ...)

Input

Output

Options

KeyLine is a struct to represent a line.

As aformentioned, it is been necessary to design a class that fully stores the information needed to characterize completely a line and plot it on image it was extracted from, when required.

KeyLine class has been created for such goal; it is mainly inspired to Feature2d's KeyPoint class, since KeyLine shares some of KeyPoint's fields, even if a part of them assumes a different meaning, when speaking about lines. In particular:

Apart from fields inspired to KeyPoint class, KeyLines stores information about extremes of line in original image and in octave it was extracted from, about line's length and number of pixels it covers.

See also
Method Details
Access public
Sealed false
Static false