This commit is contained in:
Davis King 2018-07-10 07:45:02 -04:00
commit 63d963cadd
1 changed files with 1 additions and 0 deletions

View File

@ -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); },