projekty
/
imago.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
a24a899
)
another high pass
author
Tomas Musil
<tomik.musil@gmail.com>
Fri, 6 Apr 2012 13:49:44 +0000
(15:49 +0200)
committer
Tomas Musil
<tomik.musil@gmail.com>
Fri, 6 Apr 2012 13:49:44 +0000
(15:49 +0200)
imago.py
patch
|
blob
|
history
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