Module imageproc::hough

source ·
Expand description

Line detection via the Hough transform.

Structs

Options for Hough line detection.
A detected line, in polar coordinates.

Functions

Detects lines in a binary input image using the Hough transform.
Draws each element of lines on image in the provided color.
Draws each element of lines on image in the provided color.