MATLAB File Help: cv.HoughLinesP Index
cv.HoughLinesP

Finds line segments in a binary image using the probabilistic Hough transform

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

Input

Output

Options

The function implements the probabilistic Hough transform algorithm for line detection, described in [Matas00].

References

[Matas00]:

Jiri Matas, Charles Galambos, and Josef Kittler. Robust detection of lines using the progressive probabilistic hough transform. Computer Vision and Image Understanding, 78(1):119-137, 2000.

See also