Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adl1995/generalised-hough-transform
/ functions
Functions
5 in github.com/adl1995/generalised-hough-transform
⨍
Functions
5
◇
Types & classes
0
↓ 1 callers
Function
buildRefTable
builds the reference table for the given input template image :param im: input binary image :return: table = a reconstructed refe
build_reference_table.py:13
↓ 1 callers
Function
findAngleDistance
(x1, y1)
build_reference_table.py:24
↓ 1 callers
Function
findGradient
(x, y)
match_table.py:26
↓ 1 callers
Function
findMaxima
:param acc: accumulator array :return: maxval: maximum value found ridx: row index of the maxval cidx: column index o
find_maxima.py:10
↓ 1 callers
Function
matchTable
:param im: input binary image, for searching template :param table: table for template :return: accumulator with searched votes
match_table.py:14