MATLAB File Help: cv.LineSegmentDetector/drawSegments
Index
cv.LineSegmentDetector/drawSegments
Draws the line segments on a given image.
img = lsd.drawSegments(img, lines)
Input
img
The image, where the lines will be drawn. Should be bigger or equal to the image, where the lines were found.
lines
A vector of the lines that needed to be drawn.
Output
img
Output image with drawn line segments.
Method Details
Access
public
Sealed
false
Static
false