From 975b6e88e2fdeda4e45231b009a69fe82d95d653 Mon Sep 17 00:00:00 2001 From: Davis King Date: Mon, 9 Jul 2018 06:57:58 -0400 Subject: [PATCH] Fixed compile error I just introduced. --- tools/python/src/image4.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/src/image4.cpp b/tools/python/src/image4.cpp index dc3e3a31a..f91030982 100644 --- a/tools/python/src/image4.cpp +++ b/tools/python/src/image4.cpp @@ -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); },