projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
timer with byoyomi
[imago.git]
/
imago.py
diff --git
a/imago.py
b/imago.py
index
87eaecf
..
ff49826
100755
(executable)
--- a/
imago.py
+++ b/
imago.py
@@
-69,7
+69,7
@@
def main():
if verbose:
print >> sys.stderr, "edge detection"
- im_edges = filters.edge_detection(im_l)
+ im_edges = filters.edge_detection(im_l
, 2
)
if show_all:
do_something(im_edges, "edge detection")