X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/10466a9c920f1d67bf85d85af671bcb8e5fbd533..ecb0ef2b5ea477ee170ce083f59d2200af7117a2:/linef.py?ds=sidebyside diff --git a/linef.py b/linef.py old mode 100755 new mode 100644 index 37690cc..dae08e3 --- a/linef.py +++ b/linef.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """Go image recognition lines-finding module""" import sys @@ -111,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()