camera resolution option
[imago.git] / imago.py
index 61e2558..1cda8ba 100755 (executable)
--- a/imago.py
+++ b/imago.py
@@ -127,9 +127,6 @@ def main():
             do_something(im_c, "hough x lines")
         lines.append(hough1.all_lines(im_c))
 
             do_something(im_c, "hough x lines")
         lines.append(hough1.all_lines(im_c))
 
-    print lines[0]
-    print lines[1]
-
     intersections = intersections_from_angl_dist(lines, image.size)
     image_g = image.copy()
     draw = ImageDraw.Draw(image_g)
     intersections = intersections_from_angl_dist(lines, image.size)
     image_g = image.copy()
     draw = ImageDraw.Draw(image_g)