"...git@developer.sourcefind.cn:OpenDAS/detectron2.git" did not exist on "b634945d8ce3fbcbbcf2fc89e62cf7de03b17673"
Commit 975b6e88 authored by Davis King's avatar Davis King
Browse files

Fixed compile error I just introduced.

parent 7b99544f
...@@ -464,6 +464,7 @@ ensures \n\ ...@@ -464,6 +464,7 @@ ensures \n\
- The returned points are sorted so that points with larger Hough transform - The returned points are sorted so that points with larger Hough transform
values come first. values come first.
!*/ !*/
);
m.def("get_rect", [](const hough_transform& ht){ return get_rect(ht); }, 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