projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
another high pass
[imago.git]
/
imago.py
diff --git
a/imago.py
b/imago.py
index
0fee41f
..
bfa4c7a
100755
(executable)
--- a/
imago.py
+++ b/
imago.py
@@
-39,7
+39,10
@@
def main(*argv):
#im_debug.show(im_h, "high pass filter")
im_hough = hough.transform(im_h)
#im_debug.show(im_h, "high pass filter")
im_hough = hough.transform(im_h)
- im_debug.show(im_hough, "hough transform")
+ #im_debug.show(im_hough, "hough transform")
+
+ im_h2 = filter.high_pass(im_hough, 120)
+ im_debug.show(im_h2, "high pass filter")
return 0
return 0