X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/9413d2f83c6bdba0d51740fc2348a3f85aeec6e2..417d32f3718d7c254275b67154a6f529b71face1:/linef.py diff --git a/linef.py b/linef.py index 29ce2e3..dae08e3 100644 --- a/linef.py +++ b/linef.py @@ -109,7 +109,7 @@ def find_lines(image, show_all, do_something, verbose): if show_all: do_something(image_g, "lines") - return lines, lines_m[0][0], lines_m[1][0], bounds, hough1 + return lines, lines_m[0][0], lines_m[1][0], bounds, hough1, im_h def combine(image1, image2): im_l1 = image1.load()