cv.HoughLines - MATLAB File Help
cv.HoughLines

Finds lines in a binary image using the standard Hough transform

lines = cv.HoughLines(image)
lines = cv.HoughLines(..., 'OptionName', optionValue, ...)

Input

Output

Options

The function implements the standard or standard multi-scale Hough transform algorithm for line detection. See this for a good explanation of Hough transform.

See also