Skip to content

Tools - Hough🔗

Operators🔗

hough_circle_transHoughCircleTrans: Return the Hough-Transform for circles with a given radius.

hough_circlesHoughCircles: Detect centers of circles for a specific radius using the Hough transform.

hough_line_transHoughLineTrans: Produce the Hough transform for lines within regions.

hough_line_trans_dirHoughLineTransDir: Compute the Hough transform for lines using local gradient direction.

hough_linesHoughLines: Detect lines in edge images with the help of the Hough transform and returns it in HNF.

hough_lines_dirHoughLinesDir: Detect lines in edge images with the help of the Hough transform using local gradient direction and return them in normal form.

select_matching_linesSelectMatchingLines: Select those lines from a set of lines (in HNF) which fit best into a region.