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

Function ht_find_pixels_voting_for_lines

tools/python/src/image4.cpp:98–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 typename T
97 >
98py::list ht_find_pixels_voting_for_lines (
99 const hough_transform& ht,
100 const numpy_image<T>& img,
101 const rectangle& box,
102 const std::vector<point>& hough_points,
103 const unsigned long angle_window_size = 1,
104 const unsigned long radius_window_size = 1
105)
106{
107 return vector_to_python_list(ht.find_pixels_voting_for_lines(img, box, hough_points, angle_window_size, radius_window_size));
108}
109
110template <
111 typename T

Callers

nothing calls this directly

Calls 2

vector_to_python_listFunction · 0.85

Tested by

no test coverage detected