Expand description
Line detection via the Hough transform.
Structs§
- Line
Detection Options - Options for Hough line detection.
- Polar
Line - A detected line, in polar coordinates.
Functions§
- detect_
lines - Detects lines in a binary input image using the Hough transform.
- draw_
polar_ lines - Draws each element of
lines
onimage
in the providedcolor
. - draw_
polar_ lines_ mut - Draws each element of
lines
onimage
in the providedcolor
.