better edge detection
[imago.git] / imago.py
index ff49826..87eaecf 100755 (executable)
--- a/imago.py
+++ b/imago.py
@@ -69,7 +69,7 @@ def main():
     if verbose:
         print >> sys.stderr, "edge detection"
 
     if verbose:
         print >> sys.stderr, "edge detection"
 
-    im_edges = filters.edge_detection(im_l, 2)
+    im_edges = filters.edge_detection(im_l)
     if show_all:    
         do_something(im_edges, "edge detection")
 
     if show_all:    
         do_something(im_edges, "edge detection")