MATLAB File Help: cv.HoughLines Index
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 http://homepages.inf.ed.ac.uk/rbf/HIPR2/hough.htm for a good explanation of Hough transform.

See also