projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reliable gridf3
[imago.git]
/
src
/
imago.py
diff --git
a/src/imago.py
b/src/imago.py
index
2d225e5
..
b87da99
100755
(executable)
--- a/
src/imago.py
+++ b/
src/imago.py
@@
-20,7
+20,7
@@
import im_debug
import linef
import manual
import intrsc
import linef
import manual
import intrsc
-import gridf
2
as gridf
+import gridf
3
as gridf
import output
def argument_parser():
import output
def argument_parser():
@@
-108,6
+108,10
@@
def main():
d_file.close()
else:
lines, l1, l2, bounds, hough = linef.find_lines(image, do_something, logger)
d_file.close()
else:
lines, l1, l2, bounds, hough = linef.find_lines(image, do_something, logger)
+ #d_file = open('lines09.pickle', 'wb')
+ #pickle.dump(lines, d_file)
+ #d_file.close() #TODO delete this
+
grid, lines = gridf.find(lines, image.size, l1, l2, bounds, hough,
show_all, do_something, logger)
grid, lines = gridf.find(lines, image.size, l1, l2, bounds, hough,
show_all, do_something, logger)