Commit 975b6e88 authored by Davis King's avatar Davis King

Fixed compile error I just introduced.

parent 7b99544f
......@@ -464,6 +464,7 @@ ensures \n\
- The returned points are sorted so that points with larger Hough transform
values come first.
!*/
);
m.def("get_rect", [](const hough_transform& ht){ return get_rect(ht); },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment