Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alyssaq/hough_transform
/ functions
Functions
12 in github.com/alyssaq/hough_transform
⨍
Functions
12
◇
Types & classes
1
↓ 2 callers
Function
generate_line_points
Generate test line points on an image where origin is top left
hough_transform_test.py:7
↓ 1 callers
Function
hough_line
Hough transform for lines Input: img - 2D binary image with nonzeros representing edges angle_step - Spacing between angles to use e
hough_transform.py:9
↓ 1 callers
Function
rgb2gray
(rgb)
hough_transform.py:5
↓ 1 callers
Function
show_hough_line
(img, accumulator, thetas, rhos, save_path=None)
hough_transform.py:85
Function
fast_hough_line
hough line using vectorized numpy operations, may take more memory, but takes much less time
hough_transform.py:55
Function
peak_votes
Finds the max number of votes in the hough accumulator
processor.py:4
Function
plot_image
(img)
hough_transform_test.py:23
Function
rho2intercept
(theta, rho)
processor.py:17
Method
test_negative_gradient
(self)
hough_transform_test.py:33
Method
test_positive_gradient
(self)
hough_transform_test.py:53
Method
test_vertical_line
(self)
hough_transform_test.py:70
Function
theta2gradient
(theta)
processor.py:13