projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
camera resolution option
[imago.git]
/
imago.py
diff --git
a/imago.py
b/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)