MCPcopy Create free account
hub / github.com/davisking/dlib / ht_find_pixels_voting_for_lines2

Function ht_find_pixels_voting_for_lines2

tools/python/src/image4.cpp:113–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 typename T
112 >
113py::list ht_find_pixels_voting_for_lines2 (
114 const hough_transform& ht,
115 const numpy_image<T>& img,
116 const std::vector<point>& hough_points,
117 const unsigned long angle_window_size = 1,
118 const unsigned long radius_window_size = 1
119)
120{
121 return vector_to_python_list(ht.find_pixels_voting_for_lines(img, hough_points, angle_window_size, radius_window_size));
122}
123
124std::vector<point> ht_find_strong_hough_points(
125 hough_transform& ht,

Callers

nothing calls this directly

Calls 2

vector_to_python_listFunction · 0.85

Tested by

no test coverage detected