cv.HoughLinesPointSet - MATLAB File Help
cv.HoughLinesPointSet

Finds lines in a set of points using the standard Hough transform

lines = cv.HoughLinesPointSet(points)
lines = cv.HoughLinesPointSet(points, 'OptionName',optionValue, ...)

Input

Output

Options

The function finds lines in a set of points using a modification of the Hough transform.

See also