mirror of https://github.com/davisking/dlib.git
merged
This commit is contained in:
commit
63d963cadd
|
@ -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); },
|
||||
|
|
Loading…
Reference in New Issue